Topic: /margin/isolatedPosition:{symbol}#
The system will push the change event when the position status changes, Or push the current debt message periodically when there is a liability.
Push frequency: real timeSubscribe 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
}
}