GET
/
futures
/
exchanges
/
information
Instruments
curl --request GET \
  --url https://api.amberdata.com/markets/futures/exchanges/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/exchanges/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yAqhOXAA6sD2ATlkggKIAPKAAt0EAOZJyRUhWogcAWyQAxbkvRYiIJWBgwwlKBwgIZNYhq06AVuVMgardFKIBGGuTAAvAoQBWAAYggF8gA",
      "api-version": "2023-09-30"
    },
    "data": [
      {
        "exchange": "binance",
        "instrument": "1000BONKUSDC",
        "fundingRate": {
          "startDate": 1714521600000,
          "endDate": 1722369601000
        },
        "liquidation": {
          "startDate": 1714639265467,
          "endDate": 1722370187666
        },
        "longShortRatio": {
          "startDate": 1714636800000,
          "endDate": 1722369600000
        },
        "ohlcv": {
          "startDate": 1714608000000,
          "endDate": 1722211200000
        },
        "openInterest": {
          "startDate": 1714635667663,
          "endDate": 1722373127413
        },
        "orderBookSnapshot": {
          "startDate": 1714635300000,
          "endDate": 1722373440667
        },
        "orderBookEvent": {
          "startDate": 1714635333956,
          "endDate": 1722373199545
        },
        "ticker": {
          "startDate": 1714635454117,
          "endDate": 1722373199496
        },
        "trade": {
          "startDate": 1714635667663,
          "endDate": 1722373188111
        }
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

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

Query Parameters

exchange
string

[Optional] Only return data for the given exchange(s) (comma separated)

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

size
integer

[Optional] The number of records per page (only available when includeInactive=true).

Response

200 - application/json

200

The response is of type object.