getWalletTokenBalances
Retrieve token balances for a specific wallet address using blockchain data. Optionally filter results by block number, exclude spam tokens, or specify token addresses.
Instructions
Get token balances for a specific wallet address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address from which token balances will be checked | |
exclude_spam | No | Exclude spam tokens from the result | |
to_block | No | The block number up to which the balances will be checked. | |
token_addresses | No | The addresses to get balances for (optional) |