get https://api.amberdata.com/market/rankings/historical
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. |
address | string | The address of the asset. |
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. |
liquidMarketCap | string | The liquid market cap of the asset. |
name | string | The name of the asset. |
platform | string | The blockchain for the asset. |
rank | string | The rank of the asset according to the sortType param. |
symbol | string | The asset symbol. |
circulatingSupply | string | The circulating supply of the asset. |
totalSupply | string | The total supply of the asset. |
maxSupply | string | The max supply of the asset. |
blockchain | object | Contains data pertaining to the asset. |
blockchainId | string | The unique id for the blockchain and network in which this asset resides. |
name | string | The name of the asset. |
slug | string | The asset slug. |
symbol | string | The asset symbol. |
icon | string | A url pointing to the image file of the asset icon. |
timestamp | string | The time at which the metrics were calculated. |
metadata | object | Contains extra data associated with the response. In this case, the totalRecords . |