Skip to main content
GET
/
open-interest
/
{symbol}
Open Interest Historic
curl --request GET \
  --url https://api.qfex.com/open-interest/{symbol}
{
  "count": 123,
  "data": [
    {
      "intervalMinutes": 123,
      "openInterest": 123,
      "symbol": "<string>",
      "windowStart": "<string>"
    }
  ],
  "$schema": "<string>"
}

Path Parameters

symbol
string
required

Query Parameters

intervalMinutes
integer<int64>
required
fromISO
string
required
toISO
string
required

Response

OK

count
integer<int64>
required
data
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.qfex.com/schemas/OpenInterestHistoricResponseBody.json"