get_coin_rank_history
Track cryptocurrency rank changes over time by market cap, volume, or price. Retrieve historical ranking data for specific coins to analyze performance trends.
Instructions
With the coin ranks endpoint you can check out how a coin was ranked throughout its existence. We have different rankings available for coins; by market cap (which is also the default ranking on coinranking.com), but also by 24 hour volume moving sum, by their sheer price in USD or in the fully diluted market cap.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | The interval determines the time period over which each rank item is determined. Default value: day Allowed values: hour day week month | |
| limit | No | Limit. Limit the amount of time periods for which the ranks are retrieved. For example, when interval=hour and limit is 10, data will be returned for the last 10 hours. Default value: 50 Size range: 0-5000 | 50 |
| uuid | Yes | UUID of the coin you want to request the market cap data for. A UUID is our unique identifier for each coin. You can find them in all our coin endpoints, or look them up in the find UUID page. |