Get Trending Search Pools logo

Catalog action Blockchain Data

Retrieves DEX pools trending in search across all networks, ranked by search popularity. Returns up to 10 pools by default with full pricing and volume data; adjustable via 'pools' parameter. Ideal for: discovering newly popular pairs, tracking user interest, finding breakout opportunities.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
includestringNoAttributes to include: base_token, quote_token, dex, network (comma-separated).
poolsnumberNoNumber of pools to return (max: 10).

Result Schema

FieldTypeRequiredDescription
poolsarrayYesList of trending search pools

Examples

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