get_transactions_of_address
Retrieve the complete transaction history for any Bitcoin address to audit activity, track payments, or verify transactions. Returns chronological data including transaction IDs, dates, and amounts.
Instructions
Use this to get the complete transaction history of a Bitcoin address.
Returns a chronological list of all transactions in string format, with each transaction showing:
- Transaction ID (txid) - unique identifier for the transaction
- Transaction date and time
- Amount sent in satoshis
This provides the full transaction history for an address, allowing you to see all incoming and outgoing payments over time. Each transaction can be further investigated using `get_bitcoin_transaction_infos` or `get_transaction_input_output` with the returned txid.
Accepts any Bitcoin address format (Legacy, SegWit, Bech32).
Use cases: When you need to audit an address's activity, track payment history, verify specific transactions, or investigate suspicious activity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |