get_coin_price_history
Retrieve historical cryptocurrency price data for charting and analysis by specifying coin UUID, time period, and reference currency.
Instructions
Coinranking keeps track of prices on all listed assets. The history endpoint lists prices and their timestamp for the requested time period, useful for making a chart.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of reference currency, in which all the prices are calculated. Defaults to US Dollar Default value: yhjMzLPhuIDl | |
| timePeriod | No | Timeperiod where the change and history are based on Default value: 24h Allowed values: 3h 24h 7d 30d 3m 1y 3y 5y | |
| uuid | Yes | UUID of the coin you want to request |