Get Trending
Get trending cryptocurrencies, NFT collections, and categories based on CoinGecko search popularity. Returns top 15 coins, 7 NFTs, and 6 categories ranked by trending score. Includes images, market cap rank, BTC price, and scores. Updates every 10 minutes. Ideal for: discovering hot tokens, trending lists, market sentiment tracking, social signals.
Catalog action Blockchain Data
Get trending cryptocurrencies, NFT collections, and categories based on CoinGecko search popularity. Returns top 15 coins, 7 NFTs, and 6 categories ranked by trending score. Includes images, market cap rank, BTC price, and scores. Updates every 10 minutes. Ideal for: discovering hot tokens, trending lists, market sentiment tracking, social signals.
At a Glance
| Field | Value |
|---|---|
| Action ID | coingecko-get-trending |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coingecko, trending, popular, hot, cryptocurrency, nft, discovery, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
coins | array | Yes | Top trending coins (15 for free tier, 30 for paid tier) |
nfts | array | Yes | Top trending NFT collections (7 for free tier, 10 for paid tier) |
categories | array | Yes | Top trending categories (6 for free tier, 10 for paid tier) |
Examples
json{ "type": "coingecko-get-trending", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coingecko-get-trending/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
