Query or subscribe to executed order history with optional filtering by order type (limit, market, or both). Each record includes execution details, fees, and status. 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 executed orders (one-time)
Fetch historical executed orders for a market without subscribing. Request ResponseThe private stream returns executed orders, including orders using Retail Price Improvement (RPI) mode.
Subscribe to executed orders
Execution events during a disconnection are not replayed. After reconnecting, use
ordersExecuted_request to query recent executed orders, or call the REST Executed Order History endpoint to backfill missed records. See Reconnection and state recovery.