Topic:/spotMarket/advancedOrders#
This topic will push all change events of your stop orders.
Push frequency: real-timeSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/spotMarket/advancedOrders",
"response": true,
"privateChannel": "true"
}
Response#
Example{
"topic": "/spotMarket/advancedOrders",
"type": "message",
"subject": "stopOrder",
"userId": "633559791e1cbc0001f319bc",
"channelType": "private",
"data": {
"orderId": "vs93gpupfa48anof003u85mb",
"orderPrice": "70000",
"orderType": "stop",
"side": "buy",
"size": "0.00007142",
"stop": "loss",
"stopPrice": "71000",
"symbol": "BTC-USDT",
"tradeType": "TRADE",
"type": "open",
"createdAt": 1742305928064,
"ts": 1742305928091268493
}
}