GET
/
futures
/
order-book-snapshots
/
information
Information
curl --request GET \
  --url https://api.amberdata.com/markets/futures/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/markets/futures/order-book-snapshots/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yAqhOXAA6sD2ATlkggKIAPKAAt0EAOZJyRUhWogcAWyQAxbkvRYiIJWBgwwlKBwgIZNYhq06AVuVMgardFKIBGGuTAAvAoQBWAAYggF8gA",
      "api-version": "2023-09-30"
    },
    "data": [
      {
        "exchange": "binance",
        "instrument": "1000BONKUSDC",
        "startDate": 1714635300000,
        "endDate": 1717604340194
      },
      {
        "exchange": "binance",
        "instrument": "1000BONKUSDT",
        "startDate": 1700662020000,
        "endDate": 1717604340185
      },
      {
        "exchange": "binance",
        "instrument": "1000FLOKIUSDT",
        "startDate": 1683390900000,
        "endDate": 1717604340574
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

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

Query Parameters

exchange
string

The exchange(s) for which to retrieve futures order book data. Example: exchange=bitfinex,bitstamp

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
application/json

200

The response is of type object.