Get Top Pools by DEX logo

Catalog action Blockchain Data

Retrieves top pools for a specific DEX on a network, ranked by 24h volume by default. Returns pricing, volumes, transaction counts, and liquidity; supports pagination and sorting options. Ideal for: DEX-specific pool discovery, comparing liquidity across a protocol, finding active trading pairs.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos').
dexstringYesDEX ID (e.g., 'uniswap_v3', 'sushiswap').
includestringNoAttributes to include: base_token, quote_token, dex (comma-separated).
pagenumberNoPage number for pagination (default: 1).
sortstringNoSort order: h24_tx_count_desc, h24_volume_usd_desc (default: h24_tx_count_desc).

Result Schema

FieldTypeRequiredDescription
poolsarrayYesList of top pools on the specified DEX

Examples

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