Skip to main content

ADL Notification Channel

Description

Adl Notification Channel

Request Example
{
"op": "subscribe",
"args": [
{
"instType": "UTA",
"topic": "adl-notificatio"
}
]
}

Request Parameters

ParameterTypeRequiredDescription
opStringYesOperation
subscribe/unsubscribe
argsList<Object>YesSubscribed channels
> instTypeStringYesProduct type
UTA Unified trading account
> topicStringYesTopic
adl-notification ADL Notification
Response Example
{
"event": "subscribe",
"arg": {
"instType": "UTA",
"topic": "adl-notification"
}
}

Response Parameters

ParametersTypeDescription
eventStringOperation
subscribe / unsubscribe / error
argObjectSubscribed channel
> instTypeStringProduct type
UTA
> topicStringTopic
adl-notification ADL Notification
codeStringError code
msgStringError message
Push Data
{
"data": [
{
"symbol": "BTCUSDT",
"side": "buy",
"status": "triggered",
"price": "88291.2",
"amount": "2.35",
"ts": "1740546523244"
}
],
"arg": {
"instType": "UTA",
"topic": "adl-notification"
},
"action": "update",
"ts": 1740546523244
}

Push Parameters

ParametersTypeDescription
argObjectSubscribed channel
> instTypeStringproduct type
UTA Unified trading account
> topicStringTopic
adl-notification ADL Notification
actionStringAction
snapshot Full data
update Incremental data
dataList<String>Subscribed data
>symbolStringSymbol name
>sideStringPosition side
buyBuy
sellSell
>statusStringADL status
triggeredTriggered
>priceStringADL execution price
>amountStringADL execution amount
>tsStringADL start time (Unix millisecond timestamp)

How was your Reading Experience with us?