Order Book Channel
Subscribe to public order book updates including order placements and cancellations.Channel Names
- Global tape:
tape- Receive updates for all markets - Market-specific:
{marketId}- Receive updates only for a specific market (UUID)
When subscribing to a specific market, you will receive initial
book messages containing the current order book state.
When subscribing to the global tape (tape), you will not receive these initial order book state messages—only
subsequent updates.Subscription
Event Types
The order book channel broadcasts two types of events:- PLACE - A new order has been placed or an existing order has been partially filled
- CANCEL - An order has been explicitly cancelled
Implicit cancellations (e.g., when a market closes) are not broadcast on this channel. Use the Market Lifecycle
Channel to handle those events.
Message Format
Order book ticks arrive as bare payloads — there is no{ "event": ..., "data": ... } envelope on tick frames. (The envelope is used only for subscription acks, the initial book snapshot, errors, and private events.)