---
title: "ADL Quantile"
method: POST
path: "/api/v4/collateral-account/adl-quantile"
tags: ["Collateral Trading"]
---

# ADL Quantile

`POST /api/v4/collateral-account/adl-quantile`

The endpoint returns the [Auto-Deleveraging (ADL)](/glossary#auto-deleveraging-adl) quantile for each perpetual market in which the authenticated account holds an open position. Each entry exposes the deleveraging-priority value for the long and short sides of the position, where `0` indicates the lowest deleveraging priority and `4` indicates the highest. The endpoint returns an empty array when the account has no perpetual positions.

<Warning>
Rate limit: 12000 requests/10 sec.
</Warning>

<Note>
Only perpetual markets (markets with the `_PERP` suffix) are returned. Spot and margin markets are not included.
</Note>

## Request body

- object
  - `request` string, required
  - `nonce` integer, required

## Response `200`

Successful response — returns array of per-market ADL quantile entries

- object[]
  - `market` string — Perpetual market name. Format: `BASE_PERP`.
  - `long` integer, nullable — 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.
  - `short` integer, nullable — 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.

## Other responses

- `422` — Inner validation failed
- `503` — Service temporarily unavailable

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
