Skip to main content
Clients receive real-time updates by subscribing to one or more topics. Topics are passed as strings in the args field of the Subscribe message and removed using the Unsubscribe message. A single WebSocket connection can maintain multiple active topic subscriptions simultaneously.

Public Topics

Public topics provide real-time market data and do not require authentication.

Private Topics

Private topics require authentication and stream account-specific events.
Examples, payload schemas, and message formats are available in the WebSocket Reference Public and WebSocket Reference Private.