bitcoin_get_transaction_history
Retrieve transaction history for a Bitcoin address. Supports pagination with offset and limit parameters.
Instructions
Get transaction history for a Bitcoin address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return | |
| offset | No | Number of transactions to skip | |
| address | Yes | Bitcoin address to check |