spraay_balances
Retrieve ETH and ERC-20 token balances for any wallet on Base, with USD values where available.
Instructions
Get ETH + ERC-20 token balances for any wallet on Base. Returns formatted balances with USD values where available. Costs $0.002 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | No | Comma-separated custom ERC-20 contract addresses to include | |
| address | Yes | Wallet address to check (e.g. '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045') | |
| showAll | No | Set to 'true' to include zero balances |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |