强平风险变更
数据示例
{
"channel": "push.personal.liquidate.risk",
"data": {
"symbol": "BTC_USDT",
"positionId": 123456789,
"liquidatePrice": 35000.0,
"marginRatio": 0.1,
"adlLevel": 3
},
"ts": 1760942212000
}
channel = push.personal.liquidate.risk
响应参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| symbol | string | 合约名 |
| positionId | long | 仓位 ID |
| liquidatePrice | decimal | 强平价 |
| marginRatio | decimal | 保证金率 |
| adlLevel | int | adl 等级 |