curl --request GET \
--url https://api.amberdata.com/market/rankings/latest \
--header 'x-api-key: <api-key>'{
"description": "Successful request",
"payload": {
"data": [
{
"blockchain": {
"blockchainId": "408fa195a34b533de9ad9889f076045e",
"icon": "https://raw.githubusercontent.com/amberdata/blockchains/master/images/408fa195a34b533de9ad9889f076045e.png",
"name": "Bitcoin",
"slug": "bitcoin",
"symbol": "BTC"
},
"changeInPriceDaily": "3.66796",
"changeInPriceHourly": "0.361801",
"changeInPriceWeekly": "10.2701",
"currentPrice": "6398.45745521",
"decimals": null,
"marketCap": "113209904073.75656",
"name": "Bitcoin",
"rank": "3",
"specifications": [],
"symbol": "BTC",
"tokenVelocity": null,
"tradeVolume": "19404167524.101",
"transactionVolume": null,
"uniqueAddresses": null
}
],
"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/latest \
--header 'x-api-key: <api-key>'{
"description": "Successful request",
"payload": {
"data": [
{
"blockchain": {
"blockchainId": "408fa195a34b533de9ad9889f076045e",
"icon": "https://raw.githubusercontent.com/amberdata/blockchains/master/images/408fa195a34b533de9ad9889f076045e.png",
"name": "Bitcoin",
"slug": "bitcoin",
"symbol": "BTC"
},
"changeInPriceDaily": "3.66796",
"changeInPriceHourly": "0.361801",
"changeInPriceWeekly": "10.2701",
"currentPrice": "6398.45745521",
"decimals": null,
"marketCap": "113209904073.75656",
"name": "Bitcoin",
"rank": "3",
"specifications": [],
"symbol": "BTC",
"tokenVelocity": null,
"tradeVolume": "19404167524.101",
"transactionVolume": null,
"uniqueAddresses": null
}
],
"metadata": {
"totalRecords": "2143"
}
},
"status": 200,
"title": "OK"
}Was this page helpful?