get_tx_history
Retrieve a Bitcoin address's transaction history, newest first, with pagination support for exploring large histories.
Instructions
Get an address's transaction history, newest first. Needs a backend.
Paginates by cursor: pass the returned next_cursor as after_txid to page on.
Args: address: The Bitcoin address to look up. limit: How many transactions to return, up to 100. after_txid: Continue after this txid, from a previous next_cursor. network: Override the server's network for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| address | Yes | ||
| network | No | ||
| after_txid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |