cURL
curl --request GET \ --url https://api.coinversa.ai/api/public/v1/market/historical-oi \ --header 'X-API-Key: <api-key>'
{ "history": [ { "coin": "<string>", "openInterest": 123, "timestamp": "<unknown>", "markPx": "<unknown>" } ], "$schema": "<string>", "latest": { "coin": "<string>", "openInterest": 123, "timestamp": "<unknown>", "markPx": "<unknown>" } }
Documentation IndexFetch the complete documentation index at: https://docs.coinversa.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get one at https://coinversa.ai/developers
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/OIHistoryBody.json"