get_token_info_by_ticker
Retrieve token information, including contract address and decimals, by entering a ticker symbol. Enables quick access to token metadata for EVM chains.
Instructions
Get information about a configured token (like contract address and decimals) by its ticker symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | The ticker symbol of the token (e.g., 'ETH', 'USDC'). | |
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. |