// All order change events for all symbols(UTA SPOT and UTA MARGIN and UTA FUTURE).{"id":"1545910660739",// OPTIONAL"action":"SUBSCRIBE",// or UNSUBSCRIBE"channel":"orderAll","tradeType":"UNIFIED"}// All order change events for your specified symbol(UTA SPOT and UTA MARGIN).{"id":"1545910660739",// OPTIONAL"action":"SUBSCRIBE",// or UNSUBSCRIBE"channel":"order","tradeType":"UNIFIED","symbol":"XRP-USDT"// subscribe both UTA SPOT and UTA MARGIN}// All order change events for your specified symbol(UTA FUTURES).{"id":"1545910660739",// OPTIONAL"action":"SUBSCRIBE",// or UNSUBSCRIBE"channel":"order","tradeType":"UNIFIED","symbol":"XRPUSDTM"}
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.