Discover Trending Tokens logo

Catalog action Blockchain Data

Discovers trending tokens by combining DEX Screener boost signals and Codex trending scores. Merges, deduplicates, and ranks tokens using a composite score that rewards multi-source presence, volume, and buy pressure. Ideal for: building token roulettes, finding early alpha, automated portfolio rotation.

At a Glance

FieldValue
Action IDdiscover-trending-tokens
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagstrending, dex, onchain, defi, token, market

Payload Schema

FieldTypeRequiredDescription
chainIdstringNoChain to discover tokens on. Common values: 'base', 'ethereum', 'bsc', 'polygon', 'arbitrum', 'optimism'. Default: 'base'
minLiquiditynumberNoMinimum liquidity in USD to filter out illiquid tokens. Default: 10000
minVolume24numberNoMinimum 24-hour trading volume in USD. Default: 5000
excludeScamsbooleanNoExclude tokens flagged as potential scams. Default: true
limitnumberNoMaximum number of tokens to return (1-100). Default: 20
sourcesstringNoData sources to query. 'both' merges DEX Screener and Codex, or use a single source. Default: 'both'

Result Schema

FieldTypeRequiredDescription
tokensarrayYesDiscovered tokens ranked by composite score
metadataobjectYesQuery metadata and diagnostics

Examples

json
{ "type": "discover-trending-tokens", "payload": { "chainId": "base", "minLiquidity": 10000, "minVolume24": 5000, "excludeScams": true, "limit": 20 }, "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