Skip to main content

Channel Name

Channel: private (Automatically subscribed when authenticated)
The private channel is automatically available when you connect with a valid Bearer token. You do not need to explicitly subscribe.

Event Types

The private channel broadcasts three types of events, each wrapped in the standard { "event": ..., "data": ... } envelope:
  • place - Your order has been accepted onto the book
  • fill - Your order has been filled (partially or completely)
  • cancel - Your order has been explicitly cancelled

Place Events

Sent when your order is placed. Same data shape as cancel events (your order, unobfuscated):

Fill Events

Sent when your order is matched with another order on the book.

Message Format

Fill Fields

Cancel Events

Sent when your order is explicitly cancelled. This includes:
  • User-initiated cancellations via API requests
  • GTT (Good-Til-Time) order expirations
Implicit cancellations (e.g., when a market closes) do not send individual cancel messages. Use the Market Lifecycle Channel to handle market close events.

Message Format

Cancel Fields