Open Interest

This endpoint returns the total asset open interest for both futures and perpetuals across the various exchanges. The open interest is returns in raw coin amounts and millions of dollars.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].coinnumberThis is the total open interest in coin units.
payload.data[index].exchangestringThis is the exchange.
payload.data[index].timestamptimestampThis represents the datapoint timestamp.
payload.data[index].typestringThis represents the instrument "type". Instruments are either fixed expiration "futures" or perpetual "swaps" with no expiration. Note: the terminology for "swaps" and "perpetual" are equivalent.
payload.data[index].usdnumberThis is the total open interest in millions of USD units.
payload.data[index].volumeMilUSDnumberThis represents the volume in notional (USD) terms for the given time period.

Language
Credentials
Header
Click Try It! to start a request and see the response here!