Get Trending Pools by Network logo

Catalog action Blockchain Data

Retrieves trending DEX pools for a specific network, 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 on a network, finding emerging trading opportunities, trend monitoring.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos').
includestringNoAttributes to include: base_token, quote_token, dex (comma-separated).
pagenumberNoPage number for pagination (default: 1).
durationstringNoDuration for trending calculation. Options: 5m, 1h, 6h, 24h.

Result Schema

FieldTypeRequiredDescription
poolsarrayYesList of trending pools on the specified network

Examples

json
{ "type": "coingecko-get-trending-pools-network", "payload": { "network": "example-network" }, "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