Get Top Pools by Token logo

Catalog action Blockchain Data

Retrieves top DEX pools containing a specific token, ranked by volume*liquidity by default. Returns pricing, volumes, transaction counts, and liquidity; sortable by various metrics with pagination. Ideal for: finding best liquidity for a token, comparing trading venues, token pool discovery.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
networkstringYesNetwork ID (e.g., 'eth', 'bsc', 'polygon_pos').
tokenAddressstringYesToken contract address.
includestringNoAttributes to include: base_token, quote_token, dex (comma-separated).
includeInactiveSourcebooleanNoInclude inactive pool tokens using most recent swap.
pagenumberNoPage number for pagination (default: 1).
sortstringNoSort order: h24_volume_usd_liquidity_desc, h24_tx_count_desc, h24_volume_usd_desc.

Result Schema

FieldTypeRequiredDescription
poolsarrayYesList of top pools containing this token

Examples

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