Bitget APIBitget API
UTAClassic
Legacy Doc
  • Overview
  • API Documentation
  • WebSocket
  • Agent Hub
  • SDK
  • Changelog
Copied to clipboard
Websocket
Introduction
Futures
    Public
    Private
      Account channelEquity ChannelFill ChannelPosition ChannelHistory Position ChannelOrder ChannelTrigger Order ChannelCancel Order ChannelPlace Order ChannelADL Notification Channel
Spot
Margin
Private

ADL Notification Channel

Description

Adl Notification Channel

Code
{ "args": [ { "channel": "adl-noti", "instId": "default", "instType": "USDT-FUTURES" } ], "op": "subscribe" }

Request Parameters

ParameterTypeRequiredDescription
opStringYesOperation, subscribe unsubscribe
argsList<Object>YesList of channels to request subscription
> channelStringYesChannel name: adl-noti
> instTypeStringYesProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
> instIdStringNoSymbol Name
By default, subscribes to all symbols: default
Code
{ "event": "subscribe", "arg": { "instType": "USDT-FUTURES", "channel": "adl-noti", "instId": "default" } }

Response Parameters

ParameterTypeDescription
eventStringEvent
argObjectSubscribed channels
> channelStringChannel name: adl-noti
> instTypeStringProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
> instIdStringSymbol Name
By default, subscribes to all symbols: default
codeStringError code
msgStringError message
Code
{ "data": [ { "symbol": "BTCUSDT", "side": "buy", "status": "triggered", "price": "88291.2", "amount": "2.35", "ts": "1740546523244" } ], "arg": { "instType": "USDT-FUTURES", "channel": "adl-noti", "instId": "default" }, "action": "update", "ts": 1740546523244 }

Push Parameters

ParametersTypeDescription
argObjectChannels with successful subscription
> channelStringChannel name: adl-noti
> instTypeStringProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
> instIdStringSymbol Name
By default, subscribes to all symbols: default
actionStringAction
snapshot Full data
update Incremental data
dataList<Object>Subscribed data
>symbolStringSymbol name
>sideStringPosition side
buyBuy
sellSell
>statusStringADL status
triggeredTriggered
>priceStringADL execution price
>amountStringADL execution amount
Unit: quote coin.
>tsStringADL start time (Unix millisecond timestamp)
Place Order ChannelMarket Channel
JSON
JSON
JSON