Skip to main content
GET
/
rankings
/
latest
Asset Rankings Latest
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"
}

Authorizations

x-api-key
string
header
required

Query Parameters

direction
string
sortType
string
type
string
page
integer
default:0
size
integer
default:100
allowedAssets
boolean
default:true
curatedAssets
boolean
default:false

Response