Get Token Pairs logo

Catalog action Blockchain Data

Look up token pairs on DEX Screener by chain and token addresses. Returns detailed pair data including price, volume, liquidity, transactions, price changes, and market cap. Accepts up to 30 comma-separated token addresses. Ideal for: real-time token price monitoring, liquidity analysis, volume tracking, building token dashboards.

At a Glance

FieldValue
Action IDdexscreener-get-token-pairs
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdex, token, trading-pairs, price, liquidity, volume, read

Payload Schema

FieldTypeRequiredDescription
chainIdstringYesChain identifier (e.g. 'base', 'solana', 'bsc', 'ethereum')
tokenAddressesstringYesComma-separated token addresses to look up (max 30)

Result Schema

FieldTypeRequiredDescription
pairsarrayYesArray of token pair data

Examples

json
{ "type": "dexscreener-get-token-pairs", "payload": { "chainId": 8453, "tokenAddresses": "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