Authorize the WebSocket connection for private channel access. Send a WebSocket token obtained from the REST API. This channel handles WebSocket connection authorization. Authorize once per connection — all private channels become accessible after a single successful authorization.Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-seo-descriptions-1776039202.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Rate limits
Authorization flow
Step 1 — Get a WebSocket token Call the REST endpoint to obtain a short-lived token:Authorization is per connection, not per subscription. Authorize once, then subscribe to as many private channels as needed on the same WebSocket connection.
Update frequency
Client-initiated. Send anauthorize request after each new WebSocket connection.