Orderbook Snapshot
Sent on initial subscription and after a resync.type: "orderbook".
Canonical market identifier.
Exchange identifier.
Outcome label.
Exchange-specific token or contract identifier.
Exchange-native market ID.
Minimum price increment.
Minimum order size when available.
Always
"snapshot".Market title when available from the market index.
Bid levels sorted by price descending.
Ask levels sorted by price ascending.
fresh, stale, or needs_refresh.Monotonic sequence number for this subscription.
healthy, degraded, or disconnected.Milliseconds after which the client should consider the book stale.
Upstream exchange event timestamp in milliseconds when available.
Server ingest timestamp in milliseconds.
Orderbook Delta
type: "orderbook_delta" uses absolute replacement semantics:
size > 0means set that level to the new sizesize == 0means remove that level
Price-level updates.
Monotonic sequence number for this subscription.
healthy, degraded, or disconnected.fresh, stale, or needs_refresh.Milliseconds after which the client should consider the book stale.
Activity Events
Trades and fills sharetype: "activity" with a kind discriminator.
"trade" for public trades or "fill" for your own fills.Execution price.
Execution size.
Present on trade events.
Present on fill events.
Present on fill events.
Buy or sell side when available.
Aggressor side for trades when available.
"maker" or "taker" for fills when available.Upstream channel or feed label that produced the event.
Upstream exchange event timestamp in milliseconds when available.
Server ingest timestamp in milliseconds.