Skip to main content

Get Position Adl Rank

5times/S (uid)

Description

Query Account Position ADL Rank

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:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameter

ParameterTypeRequiredDescription
productTypeStringYesProduct type, default:USDT-FUTURES,
USDT-FUTURES USDT professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
SUSDT-FUTURES USDT professional futures demo
SCOIN-FUTURES Mixed futures demo
SUSDC-FUTURES USDC professional futures demo
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1753775486724,
"data": [
{
"symbol": "MOVEUSDT",
"marginCoin": "USDT",
"adlRank": "0.2248",
"rank": "0.7752",
"holdSide": "long"
}
]
}

Response Parameter

ParameterTypeDescription
symbolStringTrading pair
marginCoinStringMargin coin
adlRank (Deprecated)StringThis indicator shows your position in the ADL queue. the further ahead you are in the queue, the higher the possibility that your position may be reduced in the event of an auto-deleveraging
rankStringCurrent position's ADL sequence rank. Closer to 1, more prone to ADL during market events.
holdSideStringPosition direction
long: long position
short: short position

How was your Reading Experience with us?