get_address_history
Retrieve paginated Bitcoin transaction history for any address, showing block height, timestamp, and net value changes ordered newest-first.
Instructions
Get paginated transaction history for a Bitcoin address.
Uses the Satoshi API blockchain indexer when available, falls back to mempool.space. Shows each transaction with block height, timestamp, and net value change for the address. Results are ordered newest-first.
Args: address: Bitcoin address (any format) offset: Skip this many transactions (for pagination, default 0) limit: Max transactions to return (default 25, max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |