addresses_getToken
Retrieve the contract address of a token on supported chains like Ethereum, Base, and Arbitrum by providing chain name and token symbol.
Instructions
Get a token's contract address on a specific chain. Examples:
WETH on Base: returns 0x4200000000000000000000000000000000000006
USDC on Arbitrum: returns 0xaf88d065e77c8cC2239327C5EDb3A432268e5831
wstETH on Optimism: returns 0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb
Supported chains: mainnet, base, optimism, arbitrum, polygon Common tokens: WETH, USDC, USDT, DAI, WBTC, wstETH, rETH, cbETH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain name (mainnet, base, optimism, arbitrum, polygon) | |
| symbol | Yes | Token symbol (WETH, USDC, DAI, etc.) |