get https://api.amberdata.com/blockchains/tokens/rankings/historical
Retrieves the top ranked Ethereum tokens by a specific metric, with a lookback window. Useful for viewing token trends.
Response Data
Field | Type | Description |
---|---|---|
data | array | The token ratings data. |
metadata | object | The metadata associated with the token ratings data. |
totalRecords | string | The total number of records. |
address | string | The token address. |
changeInPrice | string | The change in price within the time interval. |
currentPrice | string | The current token price. |
decimals | string | The number of significant digits, per smart contract definition. |
isERCX | boolean | true if the token is ERCX false otherwise. |
marketCap | string | The token's market cap. |
name | string | The name of the token. |
ranking | number | The rank according to the specified metric. |
symbol | string | The token's symbol. |
tokenVelocity | string | The token's velocity. |
transactionVolume | string | The token's transactions volume. |
uniqueAddresses | string | The number of unique addresses that hold the token. |