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"
}Retrieves the top ranked assets, tokens and native coins, by a specific metric.
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"
}Was this page helpful?