GET
/
depth
/
information
Information Depth Analytics Pairs and Exchanges
curl --request GET \
  --url https://api.amberdata.com/markets/spot/analytics/depth/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "btc_usd",
        "startDate": "2025-02-22T00:08:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "btc_usdt",
        "startDate": "2025-02-22T00:08:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "doge_usd",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "doge_usdt",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "eth_usd",
        "startDate": "2025-02-22T00:08:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "eth_usdt",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "sol_usd",
        "startDate": "2025-02-22T00:06:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "sol_usdt",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "sui_usd",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "usdt_usd",
        "startDate": "2025-02-22T00:08:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "xrp_usd",
        "startDate": "2025-02-22T00:07:00Z"
      },
      {
        "endDate": "2025-03-05T21:39:00Z",
        "exchange": "gdax",
        "pair": "xrp_usdt",
        "startDate": "2025-02-22T00:07:00Z"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string

[Optional] The exchange for which to retrieve listed spot instruments. [Examples] gdax | okex | binance | binanceus

pair
string

[Optional] The currency pair for the spot instrument. [Examples] btc_usd | btc_usdc | eth_usd

timeFormat
string
default:hr

[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 any.