get_wallet_token_balance
Retrieve cryptocurrency token balances for multiple wallet addresses and tokens simultaneously to monitor portfolio holdings across different assets.
Instructions
Get the balance for a list of wallet/token pairs.
Expects a WalletTokenPairsContainer, returns a list of WalletTokenBalance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
wallet_token_pairs | Yes |
Input Schema (JSON Schema)
{
"properties": {
"wallet_token_pairs": {
"$ref": "#/$defs/WalletTokenPairsContainer"
}
},
"required": [
"wallet_token_pairs"
],
"type": "object"
}