cURL
curl --request GET \ --url https://api.qfex.com/open-interest/{symbol}
{ "count": 123, "data": [ { "intervalMinutes": 123, "openInterest": 123, "symbol": "<string>", "windowStart": "<string>" } ], "$schema": "<string>" }
Return historic open interest for a symbol over a time range with forward filling.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/OpenInterestHistoricResponseBody.json"