get_trending_coins
Retrieve dynamically ranked trending cryptocurrencies based on user engagement and popularity, including current USD prices and 24-hour volume statistics.
Instructions
Get a list of trending coins. Trending coins are ranked dynamically based on user engagement and popularity. By default, the API returns the top 50 trending coins along with the price of each trending coin in USD. The response not only returns a list of coins, but also statistics regarding the requested list, such as the volume in the last 24 hours.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of reference currency, in which all the prices are calculated. This includes the price, the change and the sparkline. Defaults to US Dollar Default value: yhjMzLPhuIDl | |
| timePeriod | No | By setting the timeperiod the change percentage and sparkline in the response will be calculated accordingly Default value: 24h Allowed values: 3h 24h 7d 30d 3m 1y 3y 5y | |
| tiers | No | We seperate coins into three tiers. With this parameter you can filter coins on the tiers you need. Read more about out our tiers in our methodology Array parameters should be suffixed with brackets. Example: ?tiers[]=1&tiers[]=2. | |
| limit | No | Limit. Used for pagination. Default value: 50 Size range: 0-100 | 50 |
| offset | No | Offset. Used for pagination. Default value: 0 | 0 |