Skip to content
ActionCoinGeckoUpdated May 2026

What's trending on CoinGecko right now?

Short answer: Drop the "CoinGeckoGet Trending Coins" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Sample request
{}
Returns
{
"coins": [
{
"item": {
"id": "bitcoin",
"name": "Bitcoin",
"thumb": "https://assets.coingecko.com/...",
"symbol": "BTC",
"market_cap_rank": 1
}
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Trending Coins.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Trending Coins.

What does the Get Trending Coins action do in CoinGecko?
Returns the top trending coin searches on CoinGecko in the last 24 hours — the social-signal heat-map. Useful for "what's hot in crypto Twitter" awareness workflows or for newsletter automation that flags emerging coins.
What inputs does Get Trending Coins require?
Get Trending Coins has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if CoinGecko returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Trending Coins support batch operations?
Yes. Run Get Trending Coins inside a Loop node to process arrays. Tiny Command handles CoinGecko's rate limits automatically so you don't have to throttle manually.
More actions

Other CoinGecko actions.

Send get trending coins from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.