get_address_balance
Retrieve Bitcoin address balance, transaction history, and timestamps to monitor wallet activity and verify holdings using blockchain data.
Instructions
Get the total balance, transaction count, and first/last seen times for a Bitcoin address.
Uses the Satoshi API blockchain indexer when available, falls back to mempool.space. Returns total received, total sent, current balance, tx count, and timestamps.
Args: address: Bitcoin address (any format: legacy, P2SH, bech32, bech32m)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |