Historical

Provides historical open interest data for futures instruments, including timestamps, open interest values, and contract types across exchanges.

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is 731 days (2 years).

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours at the tick granularity.

RESPONSE DATA
JSON Field/PathValue TypeDescription
payload.metadata.nextstringThe URL for the next page of data (nullable if there is no next page).
payload.metadata.api-versionstringThe version of the API used for this request.
payload.data[].instrumentstringThe instrument or trading pair for which open interest data is recorded (e.g., BTCUSD_PERP).
payload.data[].exchangestringThe name of the exchange where the open interest data applies (e.g., binance).
payload.data[].exchangeTimestampintegerThe timestamp from the exchange when the open interest data was recorded.
payload.data[].exchangeTimestampNanosecondsintegerThe nanoseconds part of the timestamp, representing sub-second precision (usually 0).
payload.data[].valueintegerThe open interest value at the specified timestamp.
payload.data[].typestringThe type of the open interest contract (e.g., PERPETUAL).
Language
Credentials
Header
Click Try It! to start a request and see the response here!