Get Latest Token Profiles logo

Catalog action Blockchain Data

Retrieve the latest token profiles from DEX Screener ordered by creation time. Returns token address, chain, description, links, and community takeover (CTO) status. Optionally filter by chain ID and limit results (max 100). Ideal for: discovering newly listed tokens, monitoring new project launches, tracking community takeover events.

At a Glance

FieldValue
Action IDdexscreener-get-latest-profiles
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdex, token, market, trending, 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
profilesarrayYesArray of latest token profiles

Examples

json
{ "type": "dexscreener-get-latest-profiles", "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