get_token_balance
Retrieve the balance of a specific token for a given address on a blockchain network by providing the chain ID, token address, and wallet address.
Instructions
Get the balance of a specific token for a specific address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to check the balance for | |
chain_id | Yes | The chain ID | |
token_address | Yes | The address of the token |