Get aggregated balances and allowances
Returns aggregated token balances and allowances for multiple wallets by spender
Supported on: Ethereum Base Solana BNB Chain Linea Sonic Unichain Arbitrum Avalanche ZKsync Gnosis Optimism Polygon
Parameters
chain
* number path wallets
* array queryList of wallet addresses
filterEmpty
boolean queryFilter out empty balances and allowances
spender
* string pathSpender address
Request Body
This request doesn’t have any request body.
JavaScript
Copy
1
Returns
200
items
AggregatedBalancesAndAllowancesResponse object Aggregated token balances and allowances across multiple wallets
decimals
* number Number of decimals for the token
symbol
* string Token symbol
tags
* array Token tags for categorization
items
string address
* string Token contract address
name
* string Token name
logoURI
* string Token logo URL
isCustom
* boolean Whether the token is a custom (user-provided) token
wallets
* object Map of wallet addresses to their balance and allowance info
additionalProperties
object balance
string allowance
string type
* string Token type
tracked
boolean Whether the token is being tracked
JSON
Copy
1