bitcoin_hd_wallet_balances
Fetch balances for all active child addresses derived from a Bitcoin HD wallet using an xpub key, with optional currency conversion.
Instructions
Fetch balances for each active child address derived from a Bitcoin HD wallet. This tool provides detailed balance data for Bitcoin wallets identified by an xpub key. Required: walletAddress - The xpub key of the HD wallet. Optional: quoteCurrency - The currency for price conversion (USD, EUR, etc). Returns complete balance details including total balance, available balance, and transaction history summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | The xpub key of the Bitcoin HD wallet to get balances for. Must be a valid extended public key. | |
| quoteCurrency | No | Currency to quote Bitcoin values in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency. |