Skip to main content
GET
OHLCV candles
Open, high, low, close and volume, with the buy/sell split where the venue publishes it. Served from the cross-venue aggregate, so you do not need to pick an exchange. Long windows are read from continuous aggregates rather than raw one-minute rows, which means a year at 1d costs no more than a day at 1m. The source actually used is reported in meta.extra.sources. Windows are capped at one year (matching retention) and at 30,000 points. Your plan’s historical window applies on top: see history_depth in /v2/meta.
Fetching open interest or funding over the same window? Use /market/bundle instead: one round trip, and the series arrive already 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

Candle 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