GET
/
spot
/
prices
/
assets
/
information
/
Assets Information
curl --request GET \
  --url https://api.amberdata.com/markets/spot/prices/assets/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/market/spot/prices/assets/information?cursor=N4IgLglgtgpgYgewE5QIZhALhFCAbPCAZxgGMEA7AEyJABoQAzZNDbAKyMvpAAdUA5jCwBGBkQgAvYZhEAGBQF8gA"
    },
    "data": [
      {
        "asset": "00",
        "startDate": 1665446400000,
        "endDate": 1677866100000
      },
      {
        "asset": "1000hokk",
        "startDate": 1621900800000,
        "endDate": 1635811200000
      },
      {
        "asset": "1000kishu",
        "startDate": 1621900800000,
        "endDate": 1652918400000
      },
      {
        "asset": "18c",
        "startDate": 1556064000000,
        "endDate": 1666915200000
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

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

Query Parameters

asset
string
default:btc

[Optional] The asset for which to retrieve the information. [Default] All available pairs.

timeFormat
string

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

includeInactive
boolean

**[Optional]**If true, endpoint returns all pairs, including delisted ones. [Defaults] True| False*

Response

200
application/json

200

The response is of type object.