Skip to main content
WSS
/
ws
/
public
Messages
Subscribe
type:object

Subscribe to a public topics. Server will respond with a Subscribed message.

Unsubscribe
type:object

Unsubscribe from a public topics. Server will respond with an Unsubscribed message.

Ping
type:object

Ping the server. The server will respond with a Pong message. Client can use ts to measure RTT.

Subscribed
type:object

Acknowledgement for a successful Subscribe request. Echoes the list of topics.

Unsubscribed
type:object

Acknowledgement for a successful Unsubscribe request. Echoes the list of topics.

Pong
type:object

Heartbeat response to a Ping request. Includes the server timestamp in nanoseconds and echoes client_ts to help client measure RTT.

Error
type:object

Standard error response for invalid requests, authorization failures, or policy violations (e.g., rate limits).

Event
type:object

Unified event envelope. data can be one of public market updates or private user updates.

  • Public: OrderbookSnapshot, OrderbookDelta, AggregatedTrades, TickerSnapshot
  • Private: arrays of OrderResponse, FillResponse, PositionResponse