Topic: /contractMarket/advancedOrders#
訂閱此主題以獲取停損單事件的即時推送, 訊息主體中的 'type' 將指示以下狀態:僅當您在下單端點設定 'stop' 類型時,才會推送此主題。停損單觸發後,關於訂單的後續處理狀態, 請參考 Topic: /contractMarket/tradeOrders。 Subscribe 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-08-28 07:09:23