Private
ADL Notification Channel
Description
Adl Notification Channel
Code
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| op | String | Yes | Operation, subscribe unsubscribe |
| args | List<Object> | Yes | List of channels to request subscription |
| > channel | String | Yes | Channel name: adl-noti |
| > instType | String | Yes | Product typeUSDT-FUTURES USDT-M FuturesCOIN-FUTURES Coin-M FuturesUSDC-FUTURES USDC-M Futures |
| > instId | String | No | Symbol Name By default, subscribes to all symbols: default |
Code
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| event | String | Event |
| arg | Object | Subscribed channels |
| > channel | String | Channel name: adl-noti |
| > instType | String | Product typeUSDT-FUTURES USDT-M FuturesCOIN-FUTURES Coin-M FuturesUSDC-FUTURES USDC-M Futures |
| > instId | String | Symbol Name By default, subscribes to all symbols: default |
| code | String | Error code |
| msg | String | Error message |
Code
Push Parameters
| Parameters | Type | Description |
|---|---|---|
| arg | Object | Channels with successful subscription |
| > channel | String | Channel name: adl-noti |
| > instType | String | Product typeUSDT-FUTURES USDT-M FuturesCOIN-FUTURES Coin-M FuturesUSDC-FUTURES USDC-M Futures |
| > instId | String | Symbol Name By default, subscribes to all symbols: default |
| action | String | Action snapshot Full data update Incremental data |
| data | List<Object> | Subscribed data |
| >symbol | String | Symbol name |
| >side | String | Position side buyBuysellSell |
| >status | String | ADL status triggeredTriggered |
| >price | String | ADL execution price |
| >amount | String | ADL execution amount Unit: quote coin. |
| >ts | String | ADL start time (Unix millisecond timestamp) |
