Skip to main content
GET
Liquidation series
Long and short liquidations over time, on the same interval grid as /market/candles, so they align with price, OI and CVD without resampling. This is the time series. For the strike-style views see /liquidation/heatmap and /liquidation/distribution.
Pulling liquidations alongside price and CVD? One call to /market/bundle returns all six series aligned.

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
interval
enum<string>
default:1h

Series interval.

Available options:
1m,
5m,
15m,
30m,
1h,
4h,
1d
hours
integer
default:168

Lookback window in hours.

Required range: 1 <= x <= 8760

Response

Successful Response