GET
/
options
/
order-book-snapshots
/
information
Snapshots Information
curl --request GET \
  --url https://api.amberdata.com/markets/options/order-book-snapshots/information \
  --compressed \
  --header 'Accept-Encoding: <accept-encoding>' \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": "https://api.amberdata.com/market/options/order-book-snapshots/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0IOAtkgGID2ATnelkSHWDDGEpRmEBORA1ibDl0IgAVuRESQAB3QBzAoQCMNcmABe2nQAZzAXyA"
    },
    "data": [
      {
        "exchange": "deribit",
        "instrument": "BTC-10MAR23-12000-C",
        "startDate": 1676593260000,
        "endDate": 1677742980000,
        "underlying": "BTC-10MAR23"
      },
      {
        "exchange": "deribit",
        "instrument": "BTC-10MAR23-12000-P",
        "startDate": 1676593260000,
        "endDate": 1677742980000,
        "underlying": "BTC-10MAR23"
      }
    ]
  }
}

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

[Optional] If true, endpoint returns all instruments, including delisted ones. [Defaults] True | False*.

timeFormat
string

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200
application/json

200

The response is of type object.