Get BSV Balance
ordnet_wallet_balanceCheck the balance of any Bitcoin SV (BSV) address, showing confirmed, unconfirmed, and total amounts.
Instructions
Get balance for any BSV address.
Args:
address (string, optional): BSV address. Uses wallet address if not provided.
Returns: { address: string, confirmed: number, unconfirmed: number, total: number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | BSV address to check. If not provided, uses the initialized wallet address. |