Batch token lookup
get_tokensRetrieve DEX pair data for up to 30 token addresses in a single call, eliminating repeated lookups.
Instructions
Look up DEX pair data for up to 30 token addresses in a single call. Use this instead of repeated get_token_pairs calls when checking a list of tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain id, e.g. 'solana' | solana |
| tokenAddresses | Yes | Up to 30 token mint/contract addresses |