Query or subscribe to real-time trade execution (deal) notifications. Each deal represents a matched trade with price, amount, fee, and counterparty details. Update interval: real-time.Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-seo-descriptions-1777248505.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Connect to
wss://api.whitebit.com/ws — see WebSocket Overview for protocol details and keepalive requirements.Rate limits
Query deals (one-time)
Fetch historical deal records for a market without subscribing. Request ResponseSubscribe to deals
Trade events during a disconnection are not replayed. After reconnecting, use
deals_request to query recent deals, or call the REST Executed Order History endpoint to backfill fills missed during the disconnection. See Reconnection and state recovery.