get_coin_price
Retrieve cryptocurrency prices at specific times using Coinranking1 API. Input a coin UUID and optional timestamp to get historical or current price data.
Instructions
With the price endpoint the price can be requested for a specific coin on a specific time. The response is just a single price nearest to the requested time, including its timestamp.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of reference currency. This is the currency the price is shown in, which defaults to US Dollar Default value: yhjMzLPhuIDl | |
| timestamp | No | Timestamp. Epoch timestamp in seconds. If it is not provided this endpoint will get the latest price | 0 |
| uuid | Yes | UUID of the coin you need the price |