Get Boosted Tokens logo

Catalog action Blockchain Data

Retrieve the top boosted tokens from DEX Screener ranked by total boost amount. Returns token address, chain, description, links, and boost amounts. Optionally filter by chain ID and limit results (max 100). Ideal for: discovering trending tokens, monitoring promotional activity, identifying tokens with high community engagement.

At a Glance

FieldValue
Action IDdexscreener-get-boosted-tokens
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdex, token, trending, market, read

Payload Schema

FieldTypeRequiredDescription
chainIdstringNoFilter by chain ID (e.g. 'base', 'solana', 'bsc'). If omitted, returns all chains.
limitnumberNoMaximum number of results to return (1-100, default: 20)

Result Schema

FieldTypeRequiredDescription
tokensarrayYesArray of top boosted tokens

Examples

json
{ "type": "dexscreener-get-boosted-tokens", "payload": { "chainId": 8453, "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