Skip to main content
GET
/
liquidation
/
distribution
Liquidation histogram with leverage tiers
curl --request GET \
  --url https://api.example.com/liquidation/distribution \
  --header 'X-API-Key: <api-key>'
{
  "success": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid API key"
  },
  "meta": {
    "version": "2.0",
    "timestamp": "2026-04-29T12:00:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.backquant.com/llms.txt

Use this file to discover all available pages before exploring further.

Per-price-level long and short liquidation volumes with a leverage-tier estimate based on distance from spot. Use it as a histogram visualisation or as input to position-sizing logic - clusters of leverage near current price are where stop-cascades typically trigger. Leverage tiers are estimated from distance to spot:
Distance from spotTier
0–1%100x (high)
1–2%50x (medium-high)
2–4%25x (medium)
4%+10x (low)
Updated every 5 minutes server-side.

See also

Liquidation heatmap

Data freshness

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Query Parameters

symbol
enum<string>
default:BTCUSDT

Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.

Available options:
BTCUSDT,
ETHUSDT,
SOLUSDT,
HYPEUSDT

Response

Successful Response