Skip to main content
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

x-api-key
string
header
required

Path Parameters

instrument
string
required

Instrument id (e.g. 6), symbol (BTC-USD), or bare asset (btc).

Query Parameters

after
string

Only rows after this time (Unix seconds or ms).

before
string

Only rows before this time (Unix seconds or ms).

limit
integer

Max rows to return.

Response

200 - application/json

Success