API — Open interest & flow
OI history
Time-series of total / call / put open interest. Use ?limit to cap page size and ?before=<ISO ts> to walk backwards into older history (the cursor is the timestamp of the oldest row in the previous page, returned as next_cursor).
GET
Total OI history (cursor-paginated)
Cursor-paginated time-series of total / call / put open interest for the underlying. Use cursor pagination (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.
?limit + ?before=<ts>) to
walk backwards through history without missing rows or double-counting
at page boundaries.
The response carries next_cursor - pass it as ?before= on the next
call to fetch the previous page.
Useful for:
- Detecting OI build-ups before major expirations
- Backtest data feeds that need contiguous history
- Spotting unwinds (sudden OI drops) coincident with price moves
See also
OI by expiry
OPEX calendar
Authorizations
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
Available options:
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Maximum points returned (1–2000).
Required range:
1 <= x <= 2000ISO timestamp cursor — exclusive upper bound for paging older.
Response
Successful Response
