Open interest history
Perps Market Data
Open Interest History
Open-interest time series (with mark price and funding at each sample) — history the exchange does not offer.
GET
Open interest history
Open interest is normally only visible as a live number on the ticker. This endpoint gives you its history:
Each sample carries the mark price and funding rate at that moment, so OI-vs-price studies need no joins. Samples are minute-resolution, newest first.
The series accrues from July 9, 2026 onward.
/v3/perps/open-interest/{instrument} is an alias of /v3/perps/oi/{instrument} — both forms work.Authorizations
Path Parameters
Instrument id (e.g. 6), symbol (BTC-USD), or bare asset (btc).
Query Parameters
Only rows after this time (Unix seconds or ms).
Only rows before this time (Unix seconds or ms).
Max rows to return.
Response
200 - application/json
Success

