get_token_metadata
Retrieve ERC-20 token metadata including name, symbol, decimals, and total supply by providing the contract address and blockchain network.
Instructions
Get metadata for any ERC-20 token including name, symbol, decimals, and total supply.
Args: token_address: The token contract address (0x...) chain: Blockchain network. Options: ethereum, base, polygon, bsc, arbitrum, optimism
Returns: Token metadata including name, symbol, decimals, total supply.
Price: $0.10 (FIRST CALL FREE for new users!)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | ethereum |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |