get_token_balance
Check token balances for specific addresses on Ethereum blockchain networks. Query token holdings by providing chain ID, token address, and wallet address.
Instructions
Get the balance of a specific token for a specific address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The chain ID | |
| token_address | Yes | The address of the token | |
| address | Yes | The address to check the balance for |