Skip to main content
GET
/
futures
/
open-interest
/
information
Information
curl --request GET \
  --url https://api.amberdata.com/markets/futures/open-interest/information \
  --compressed \
  --header 'Accept-Encoding: <accept-encoding>' \
  --header 'x-api-key: <api-key>'
{
  "status": 123,
  "title": "<string>",
  "description": "<string>",
  "payload": {
    "metadata": {
      "next": "<string>",
      "api-version": "<string>"
    },
    "data": [
      {
        "exchange": "<string>",
        "instrument": "<string>",
        "startDate": 123,
        "endDate": 123
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

Accept-Encoding
string
default:gzip, deflate, br
required
api-version
string

Query Parameters

exchange
string

[Optional] The exchange(s) for which to retrieve the most current data (comma separated). [Default] All available exchanges.

instrument
string

Only return data for the given pair.

includeInactive
boolean
default:false

[Optional] If true, endpoint returns all instruments, including delisted ones.

timeFormat
enum<string>
default:hr

[Optional] Time format of the timestamps in the return payload.

Available options:
milliseconds,
ms*,
iso,
iso8601,
hr,
human_readable

Response

200

status
integer
title
string
description
string
payload
object