GET
/
analytics
/
realized-volatility
/
cones
/
information
Pairs Information
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/realized-volatility/cones/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "exchange": "binance",
        "pair": "1inch_btc",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "1inch_usdt",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aave_bnb",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1715212800000
      },
      {
        "exchange": "binance",
        "pair": "aave_btc",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aave_eth",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aave_usdt",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aca_btc",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aca_try",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "aca_usdt",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "ach_btc",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "ach_try",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      },
      {
        "exchange": "binance",
        "pair": "ach_usdt",
        "startTimestamp": 1712793600000,
        "endTimestamp": 1717545600000
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:gdax
required

[Required] The exchange for which to retrieve the volatility cone. [Examples] binance | bithumb | bitstamp | gdax | gemini | kraken | okex | poloniex

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.