get_balances
Get token balances across the user's smart accounts. Each result groups balances under an account object ({ address, chainId, type }). Each balance includes the asset contract address (null for the chain's native asset), symbol, formattedAmount, and value already converted to USD, EUR, and BRL.
Required scope: read:balances
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
chain_id | number | no | Filter by blockchain chain ID — e.g. 1 (Ethereum), 8453 (Base), 100 (Gnosis). |
account_type | enum | no | Filter by smart account type: picnic (main) or gnosisPay (card). |
Example prompt:
"How much USDC do I have on Base right now?"