get_coin
Retrieve detailed cryptocurrency data by coin UUID, including price information in specified reference currencies and time-based performance metrics.
Instructions
Find information about a specific coin.
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 | Time period where the change and sparkline are based on Default value: 24h Allowed values: 24h 7d 30d | |
| uuid | Yes | UUID of the coin you want to request. UUIDs of coins can be found using the Get coins endpoint or by checking the URL on coinranking.com, e.g. https://coinranking.com/coin/Qwsogvtv82FCd+bitcoin-btc is the URL for Bitcoin, and the part before the + (Qwsogvtv82FCd) is the UUID. |