Skip to main content

Get Position ADL Rank

Description

Get Position ADL Rank

HTTP Request

  • GET /api/v3/position/adlRank
  • Rate limit: 1/sec/UID
  • Permission: UTA trade (read & write)
Request
curl "https://api.bitget.com/api/v3/position/adlRank" \
-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

N/A

Response
{
"code": "00000",
"msg": "success",
"requestTime": 1754035547922,
"data": [
{
"symbol": "MOVEUSDT",
"marginCoin": "USDT",
"adlRank": "0.4872",
"holdSide": "long"
}
]
}

Response Parameters

ParameterTypeComments
symbolStringSymbol
marginCoinStringMargin Coin
adlRankStringADL Ranking
The ranking of your current position in the auto-deleveraging sequence. When an auto-deleveraging event occurs in the market, the closer the value is to 1, the higher the probability that your position will be reduced
holdSideStringPosition Direction
long long position
short short position

How was your Reading Experience with us?