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
Parameter | Type | Required | Description |
---|---|---|---|
productType | String | Yes | Product typeUSDT-FUTURES USDT professional futuresCOIN-FUTURES Mixed futuresUSDC-FUTURES USDC professional futures |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 21312312312321,
"data": [
{
"marginCoin": "USDT",
"symbol": "BTCUSDT",
"adlRank": "0.0009"
}
]
}
Response Parameters
Parameter | Type | Description |
---|---|---|
>symbol | String | Symbol |
>marginCoin | String | Margin coin |
>holdSide | String | Ranking 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. |