get_supported_tokens
Search for tokens supported by Relay across chains. Get token symbol, name, address, and chain availability to find contract addresses before obtaining quotes.
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 |
|---|---|---|---|
| term | No | Search by token name or symbol (e.g. "USDC", "ethereum"). | |
| limit | No | Max number of token groups to return (1-100). Defaults to 20. | |
| chainIds | No | Filter to specific chain IDs (e.g. [1, 8453] for Ethereum and Base). Omit for all chains. | |
| verified | No | Only return verified tokens. Defaults to true. |