get_address_overview
Retrieve a Bitcoin address financial summary including current balance, total received, total sent, and transaction count for quick overview without granular details.
Instructions
Use this to get a simplified overview of a Bitcoin address focusing on balance and cumulative transaction totals.
Returns detailed metrics in string format:
- Current balance (in BTC)
- Total amount ever received (in BTC)
- Total amount ever sent (in BTC)
- Total number of transactions
Accepted Bitcoin address format : base58 or hash160.
Use cases: When you need a quick financial summary without granular details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |