ActionCoinGeckoUpdated June 2026

What's trending on CoinGecko right now?

Short answer: You can get trending coins in CoinGecko by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the CoinGecko Get Trending Coins action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

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. TinyCommand handles CoinGecko's rate limits automatically so you don't have to throttle manually.
More actions

Other CoinGecko actions.

Action
Get Coin Price
Returns the current price for one or more coins (by CoinGecko slug like bitcoin/ethereum) in one or more currencies. Useful for portfolio-tracking workflows or for "alert when ETH crosses $4000" threshold automations.