TP/SL prices
Sample
{
"channel": "push.personal.stop.order",
"data": {
"symbol": "BTC_USDT",
"orderId": 123456789,
"lossTrend": 1,
"profitTrend": 2,
"stopLossPrice": 42000.0,
"takeProfitPrice": 48000.0
},
"ts": 1760942212000
}
channel = push.personal.stop.order
Response fields:
| Field | Type | Description |
|---|---|---|
| symbol | string | Contract |
| orderId | long | Order ID |
| lossTrend | int | SL reference type |
| profitTrend | int | TP reference type |
| stopLossPrice | decimal | SL price |
| takeProfitPrice | decimal | TP price |