Skip to main content

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:

FieldTypeDescription
symbolstringContract
orderIdlongOrder ID
lossTrendintSL reference type
profitTrendintTP reference type
stopLossPricedecimalSL price
takeProfitPricedecimalTP price