Get open interest history (Deprecated)
Get open interest history (Deprecated)
deprecated
0xArchive API reference for Get open interest history (Deprecated). Includes route metadata, schemas, examples, and implementation notes.
GET
Get open interest history (Deprecated)
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., BTC, ETH, SOL)
Example:
"BTC"
Query Parameters
Start timestamp in Unix milliseconds. Defaults to 24h ago.
End timestamp in Unix milliseconds. Defaults to now.
Cursor for pagination (timestamp from previous response's next_cursor). If not provided, starts from the beginning of the range.
Maximum number of results (default: 100, max: 1000)
Required range:
x <= 1000Last modified on June 27, 2026