GET
/
spot
/
vwap
/
pairs
/
information
Pairs Information
curl --request GET \
  --url https://api.amberdata.com/market/spot/vwap/pairs/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": "https://api.amberdata.com/market/spot/vwap/pairs/information?cursor=N4IgLglgtgpgYgewE5QIZhALhFCAbPCAZxgGMEA7AEyJABoQAzZNDbAKyMvpAAdUA5jCwBGBkQgAvYZhEAGBQF8gA"
    },
    "data": [
      {
        "pair": "00_usd",
        "startDate": 1665446400000,
        "endDate": 1677866100000
      },
      {
        "pair": "123_456",
        "startDate": 1581206400000,
        "endDate": 1632873600000
      },
      {
        "pair": "18c_btc",
        "startDate": 1556064000000,
        "endDate": 1666915200000
      }
    ]
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

pair
string
default:btc_usd

[Optional] The pair for which to retrieve the information.<br/>[Default] All available pairs.

timeFormat
string

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

Response

200
application/json

200

The response is of type object.