Skip to main content
WSS
This stream is available on the publicTrades subscription. It provides real-time trade updates for a specified market via publicCompletedOrdersDelta push messages, plus on-demand snapshots of recent trades via emitPublicCompletedOrders.

Snapshot vs. Delta

The emitPublicCompletedOrders request returns a snapshot of recent trades via publicCompletedOrders. Use it for:
  • Initial state hydration when first connecting to the stream
  • Recovery after reconnects or connection interruptions
  • Verifying historical execution completeness
  • Getting recent trade history before processing real-time delta updates
  • Reconciling local trade history with server state
market
type:string
required

A specific market (e.g. BTC-USDT) or ALL. When ALL is used, market must be supplied explicitly in the content of every request that accepts it.

Sec-WebSocket-Protocol
type:httpApiKey

Supply as authorization#<JWT> during the WebSocket handshake.

Emit Public Completed Orders
type:object
Public Trades Snapshot
type:object

Response to emitPublicCompletedOrders.

Public Trades Delta
type:object