Skip to main content
GET
/
rankings
/
historical
Asset Rankings Historical
curl --request GET \
  --url https://api.amberdata.com/market/rankings/historical \
  --header 'x-api-key: <api-key>'
{
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "symbol": "btc",
        "batchId": "2021-01-01T05:10:00.003Z",
        "address": null,
        "currentPrice": "28958",
        "decimals": "8",
        "marketCap": "540759200822",
        "liquidMarketCap": "538236177946",
        "name": "Bitcoin",
        "rank": 1,
        "circulatingSupply": 18586787,
        "totalSupply": 21000000,
        "maxSupply": 21000000,
        "blockchain": {
          "blockchainId": "408fa195a34b533de9ad9889f076045e",
          "name": "Bitcoin",
          "slug": "bitcoin",
          "symbol": "btc",
          "icon": "https://amberdata.io/digital-assets/bitcoin_btc.png"
        }
      }
    ],
    "metadata": {
      "totalRecords": "2143"
    }
  },
  "status": 200,
  "title": "OK"
}

Authorizations

x-api-key
string
header
required

Query Parameters

date
string
default:2021-12-01
required
page
integer
default:0
size
integer
curatedAssets
boolean
default:false

Response