get_btc_balances
Fetch Bitcoin balances for multiple addresses in parallel. Per-address errors are returned as errored entries without failing the whole request.
Instructions
READ-ONLY — multi-address Bitcoin balance fetch (1-20 addresses). Per-address indexer errors are surfaced as errored entries instead of failing the whole call (mirrors how EVM portfolio enumeration handles flaky RPCs). Each successful entry has the same shape as get_btc_balance's output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | 1-20 Bitcoin addresses to fetch in parallel. Per-address errors are surfaced as `errored` entries rather than failing the whole call. |