get_token_info_by_symbol
Fetch ERC20 token details such as contract address, decimals, and name by symbol. Specify an EVM chain ID to target a specific network.
Instructions
Get the ERC20 token info by its symbol, including the contract address, decimals, and name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The symbol of the token to get the info of | |
| 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. |