ADL quantile
Retrieve Auto-Deleveraging (ADL) quantile values per perpetual market for the authenticated collateral account on the V4 API.
Authentication
Signed (HMAC-SHA512). Provide an API key, payload, and request signature on every call. See Authentication.Rate limit
Cache
No caching.Notes
The endpoint returns entries for perpetual markets only — markets with the_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.
Authorizations
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)).
Body
Response
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