Topic: /contractMarket/advancedOrders#
Subscribe this topic to get the realtime push of stop order events indicated by the 'type' in the message body, including:“open”: when the order enters into the order book;
“triggered”: when the stop order has been triggered;
“cancel”: when the order has been canceled;
This topic will only be pushed when you set the 'stop' type in the place order endpoint.After triggering, please refer to Topic:/contractMarket/tradeOrders for other processes of the order. Push frequency: real-timeSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contractMarket/advancedOrders",
"response": true
}
Response#
Example{
topic: '/contractMarket/advancedOrders',
type: 'message',
subject: 'stopOrder',
id: '6720ab1ea52a9b0001734392',
userId: '66f12e8befb04d0001882b49',
channelType: 'private',
data: {
marginMode: 'ISOLATED',
orderId: '240673378116083712',
orderPrice: '0.1',
orderType: 'stop',
side: 'buy',
size: 1,
stop: 'down',
stopPrice: '1000',
stopPriceType: 'TP',
symbol: 'XBTUSDTM',
type: 'open',
createdAt: 1730194206837,
ts: 1730194206843133000
}
}
Modified at 2025-09-26 10:04:30