GET
/
spot
/
vwap
/
assets
/
information
Assets Information
curl --request GET \
  --url https://api.amberdata.com/market/spot/vwap/assets/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": "https://api.amberdata.com/market/spot/vwap/assets/information?cursor=N4IgLglgtgpgYgewE5QIZhALhFCAbPCAZxgGMEA7AEyJABoQAzZNDbAKyMvpAAdUA5jCwBGBkQgAvYZhEAGBQF8gA"
    },
    "data": [
      {
        "asset": "00",
        "startDate": 1665446400000,
        "endDate": 1677866100000
      },
      {
        "asset": "1000hokk",
        "startDate": 1621900800000,
        "endDate": 1635811200000
      },
      {
        "asset": "1000kishu",
        "startDate": 1621900800000,
        "endDate": 1652918400000
      }
    ]
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

asset
string
default:btc

[Optional] The asset 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.