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
Parameter | Type | Required | Description |
---|---|---|---|
productType | String | Yes | Product type, default:USDT-FUTURES , USDT-FUTURES USDT professional futuresCOIN-FUTURES Mixed futuresUSDC-FUTURES USDC professional futuresSUSDT-FUTURES USDT professional futures demoSCOIN-FUTURES Mixed futures demoSUSDC-FUTURES USDC professional futures demo |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1721961261151,
"data": [
{
"symbol": "BTCUSDT",
"marginCoin": "USDT",
"adlRank": "0.8219",
"holdSide": "long"
},
{
"symbol": "ETHUSDT",
"marginCoin": "USDT",
"adlRank": "0.6816",
"holdSide": "short"
}
]
}
Response Parameter
Parameter | Type | Description |
---|---|---|
symbol | String | Trading pair |
marginCoin | String | Margin coin |
adlRank | String | Current position's ADL sequence rank. Closer to 1, more prone to ADL during market events. |
holdSide | String | Position direction long: long position short: short position |