Get WebSocket connection

Establish a WebSocket connection to get real-time updates for order books and trade orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Event subscription details

string
required

The event type (e.g. "subscribe" or "unsubscribe")

string
required

The subscription channel (e.g. "level2" for order books)

string
required

The ID of the account

string
required

The ID of product. (e.g. "TBTC-TUSD*")

boolean
Defaults to false

Include cumulative size in each price level. When true, each level is [price, size, cumulativeSize] instead of [price, size]. cumulativeSize is the running total of size from the top of that side through the level.

Headers
string
required

Bearer token for authorization

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json