Retrieve Auto-Deleveraging (ADL) quantile values per perpetual market for the authenticated collateral account on the V4 API.
Documentation Index
Fetch the complete documentation index at: https://docs.whitebit.com/llms.txt
Use this file to discover all available pages before exploring further.
_PERP suffix. Spot and margin markets are excluded from the response.
The response is [] when the account has no open perpetual positions. See ADL Grade for the meaning of the 0–4 quantile values and the underlying selection mechanics.
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Successful response — returns array of per-market ADL quantile entries
Perpetual market name. Format: BASE_PERP.
"BTC_PERP"
ADL quantile for the long side of the position. Values range from 0 to 4: 0 indicates the lowest deleveraging priority (safest position in the ADL queue); 4 indicates the highest probability of being selected as the ADL counterparty. The value is null when the account has no exposure on the long side.
0 <= x <= 40
ADL quantile for the short side of the position. Values range from 0 to 4: 0 indicates the lowest deleveraging priority; 4 indicates the highest probability of being selected as the ADL counterparty. The value is null when the account has no exposure on the short side.
0 <= x <= 4null