Get Trending Pools logo

Catalog action Blockchain Data

Retrieves trending DEX pools across all networks, ranked by trending score (most trending first). Returns full pool data with price changes across timeframes; filterable by trending period (5m-24h). Ideal for: discovering hot pools globally, finding cross-chain trading opportunities, market trend analysis.

At a Glance

FieldValue
Action IDcoingecko-get-trending-pools
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoingecko, onchain, pool, dex, trending, read

Payload Schema

FieldTypeRequiredDescription
includestringNoAttributes to include: base_token, quote_token, dex, network (comma-separated).
pagenumberNoPage number for pagination (default: 1).
durationstringNoDuration for trending calculation. Options: 5m, 1h, 6h, 24h.

Result Schema

FieldTypeRequiredDescription
poolsarrayYesList of trending pools across all networks

Examples

json
{ "type": "coingecko-get-trending-pools", "payload": { "include": "example-include", "page": 1, "duration": "5m" }, "children": []}

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.

Ask a question... ⌘I