get_btc_balances
Fetch Bitcoin balances for up to 20 addresses in parallel. Per-address errors are reported individually without failing the entire 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. |