This topic will push all change events of your orders.
Push frequency: real-time
Account & Trade Type Support
Classic accounts: Supports all trade types. UTA accounts: Supports Spot and Futures trade types, Margin (Isolated & Cross) is expected to be supported in Q1–Q2 next year.Note: The Pro API is currently in beta testing and should not be used in production trading environments.
// All order change events for all symbols.{"id":"1545910660739",// OPTIONAL"action":"SUBSCRIBE",// or UNSUBSCRIBE"channel":"orderAll","tradeType":"SPOT"// SPOT / FUTURES / ISOLATED / CROSS / UNIFIED}// All order change events for your specified symbol.{"id":"1545910660739",// OPTIONAL"action":"SUBSCRIBE",// or UNSUBSCRIBE"channel":"order","tradeType":"SPOT",// SPOT / FUTURES / ISOLATED / CROSS / UNIFIED"symbol":"BTC-USDT"}
Note: If you are trading in UTA mode, set tradeType to UNIFIED. This WebSocket subscription will deliver order updates for all supported trade types under the UTA account.