get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/open-interest-total
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
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].timestamp | timestamp | This represents the datapoint timestamp. |
payload.data[index].exchange | string | This is the exchange. |
payload.data[index].coin | number | This is the total open interest in coin units. |
payload.data[index].usd | number | This is the total open interest in millions of USD units. |