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 |
| The token ratings data. |
metadata |
| The metadata associated with the token ratings data. |
totalRecords |
| The total number of records. |
address |
| The token address. |
changeInPrice |
| The change in price within the time interval. |
currentPrice |
| The current token price. |
decimals |
| The number of significant digits, per smart contract definition. |
isERCX |
|
|
marketCap |
| The token's market cap. |
name |
| The name of the token. |
ranking |
| The rank according to the specified metric. |
symbol |
| The token's symbol. |
tokenVelocity |
| The token's velocity. |
transactionVolume |
| The token's transactions volume. |
uniqueAddresses |
| The number of unique addresses that hold the token. |