get_supported_tokens
Search for token contract addresses supported by Relay across multiple blockchain networks to prepare for quotes and transactions.
Instructions
Search for tokens supported by Relay across chains. Use this to find token contract addresses before getting quotes. Returns token symbol, name, address, and chain availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainIds | No | Filter to specific chain IDs (e.g. [1, 8453] for Ethereum and Base). Omit for all chains. | |
| term | No | Search by token name or symbol (e.g. "USDC", "ethereum"). | |
| verified | No | Only return verified tokens. Defaults to true. | |
| limit | No | Max number of token groups to return. Defaults to 20. |