Skip to main content
GET
Open interest series
Aggregate perpetual open interest, on the same interval grid as /market/candles so the two align without client-side resampling. Same window rules as candles: capped at one year, long windows served from continuous aggregates, and your plan’s historical window applies.
Need price and funding over the same window too? One call to /market/bundle returns all three.

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