Resolve Token Symbol to Address
cow_resolve_tokenResolve a token's contract address using its symbol on a given blockchain network. Returns address, symbol, name, decimals, and chain ID.
Instructions
Look up a token's contract address by its symbol on a specific network.
This is useful when you know the token symbol but not the address.
Args:
symbolOrAddress: Token symbol (e.g., 'USDC', 'WETH', 'COW') or an address (returns info if found)
network: The blockchain network
Returns:
Token address
Symbol and name
Decimals
Chain ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | The network to search on | mainnet |
| symbolOrAddress | Yes | Token symbol (e.g., 'USDC', 'COW', 'WETH') or contract address |