bitcoin_non_hd_wallet_balances
Retrieve Bitcoin balance for a non-HD address, including total, available, and transaction count. Supports optional currency conversion (USD, EUR, etc.).
Instructions
Fetch Bitcoin balance for a non-HD address. Response includes spot prices and other metadata. This tool provides detailed balance data for regular Bitcoin addresses. Required: walletAddress - The Bitcoin address to query. Optional: quoteCurrency - The currency for price conversion (USD, EUR, etc). Returns complete balance details including total balance, available balance, and transaction count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | The Bitcoin address to get balance for. Must be a valid non-HD Bitcoin address. | |
| quoteCurrency | No | Currency to quote Bitcoin values in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency. |