Get Boosted Tokens
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.
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
| Field | Value |
|---|---|
| Action ID | dexscreener-get-boosted-tokens |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | dex, token, trending, market, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
chainId | string | No | Filter by chain ID (e.g. 'base', 'solana', 'bsc'). If omitted, returns all chains. |
limit | number | No | Maximum number of results to return (1-100, default: 20) |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
tokens | array | Yes | Array of top boosted tokens |
Examples
json{ "type": "dexscreener-get-boosted-tokens", "payload": { "chainId": 8453, "limit": 20 }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/dexscreener-get-boosted-tokens/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "chainId": 8453, "limit": 20 }}'
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.
