Skip to main content

Get ADL Rank

Rate limit: 20 requests/sec/UID

Description

Support obtaining the ADL ranking of users for various symbols.

HTTP Request

  • GET /api/v2/mix/position/adlRank
Request
curl "https://api.bitget.com/api/v2/mix/position/adlRank?productType=usdt-futures" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
productTypeStringYesProduct type
USDT-FUTURES USDT professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
Response
{
"code": "00000",
"msg": "success",
"requestTime": 21312312312321,
"data": [
{
"marginCoin": "USDT",
"symbol": "BTCUSDT",
"adlRank": "0.0009"
}
]
}

Response Parameters

ParameterTypeDescription
>symbolStringSymbol
>marginCoinStringMargin coin
>holdSideStringRanking percentage
Decimal form with a precision of 4 digits
Example: If the current ADL ranking is 10 and the total number of ADL participants is 100, then the ranking percentage is 0.1. This indicates that the current user is in the top 10% of the ADL queue.

How was your Reading Experience with us?