Topic: /margin/isolatedPosition:{symbol}#
當持倉狀態發生變化時,系統將推送變更事件;或當存在負債時,系統將定期推送當前債務消息。
Subscribe Message#
{
"id":1545911660739,
"type":"subscribe",
"topic":"/margin/isolatedPosition:BTC-USDT",
"privateChannel":true,
"response":true
}
Response#
Example{
"topic": "/margin/isolatedPosition:BTC-USDT",
"subject": "positionChange",
"type": "message",
"userId": "633559791e1cbc0001f319bc",
"channelType": "private"
"data": {
"tag": "BTC-USDT",
"status": "DEBT",
"statusBizType": "DEFAULT_DEBT",
"accumulatedPrincipal": "5.01",
"changeAssets": {
"BTC": {
"total": "0.00043478",
"hold": "0",
"liabilityPrincipal": "0",
"liabilityInterest": "0"
},
"USDT": {
"total": "0.98092004",
"hold": "0",
"liabilityPrincipal": "26",
"liabilityInterest": "0.00025644"
}
},
"timestamp": 1730121097742
}
}
Modified at 2025-08-28 07:07:35