get https://api.amberdata.com/market/rankings/latest
Retrieves the top ranked assets, tokens and native coins, by a specific metric.
Response Data
Field | Type | Description |
---|---|---|
data | array | An array of market data rank object s. |
metadata | object | Contains extra data associated with the response. In this case, the totalRecords . |
totalRecords | string | The total number of records that exist. |
blockchain | object | Contains data pertaining to the asset. |
blockchainId | string | The unique id for the blockchain and network in which this asset resides. |
icon | string | A url pointing to the image file of the asset icon. |
name | string | The name of the asset. |
slug | string | The asset slug. |
symbol | string | The asset symbol. |
changeInPriceDaily | string | The percent change in price over the last 24 hours. |
changeInPriceHourly | string | The percent change in price over the last hour. |
changeInPriceWeekly | string | The percent change in price over the last week. |
currentPrice | string | The current price of the asset. |
decimals | string | The assets degree of precision. |
marketCap | string | The fully diluted market cap of the asset in USD. |
name | string | The name of the asset. |
rank | string | The rank of the asset according to the sortType param. |
specifications | array | |
symbol | string | The asset symbol. |
tokenVelocity | string | The token velocity. Applicable only if the asset is a token. |
tradeVolume | string | The trade volume of the asset. |
transactionVolume | string | The transaction volume of the asset. |
uniqueAddresses | string | The number of unique address that hold the token. Applicable only if the asset is a token. |