get_coin_supply_history
Retrieve historical supply data for cryptocurrencies to analyze circulating amounts over time, using customizable intervals and limits for tracking changes.
Instructions
With the coin supplies endpoint you can check out a coin's historical amount of supplies. You can read more about supplies in our FAQ.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | The interval determines the time period over which each supply item is determined. Default value: day Allowed values: hour day week month | |
| limit | No | Limit. Limit the amount of time periods for which the supplies 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 | |
| uuid | Yes | UUID of the coin you want to request the supply for |