get_token_info
Retrieve detailed ERC20 token metadata, including name, symbol, decimals, and total supply, for analysis on EVM-compatible chains such as Ethereum, Polygon, and Arbitrum.
Instructions
Get comprehensive information about an ERC20 token including name, symbol, decimals, total supply, and other metadata. Use this to analyze any token on EVM chains.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | No | Network name (e.g., 'ethereum', 'optimism', 'arbitrum', 'base', 'polygon') or chain ID. Defaults to Ethereum mainnet. | |
tokenAddress | Yes | The contract address of the ERC20 token (e.g., '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' for USDC on Ethereum) |