wallet_balances
Retrieve all token balances for any wallet address in a single API call, including native and ERC-20 tokens on EVM networks and SPL tokens on Solana. No per-token contract calls needed.
Instructions
[$0.002/call, wallet required] All token balances for any address in one call, from Coinbase's indexed data API - ERC-20 + native on EVM, SPL on Solana; no per-token contract calls, no RPC wrangling. Networks: base, ethereum, base-sepolia, solana, solana-devnet. Symbols/decimals populated for whitelisted tokens (USDC always included).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address - EVM 0x… or Solana base58, matching the network | |
| network | No | base (default) | ethereum | base-sepolia | solana | solana-devnet |