get_address_transactions
Retrieve transaction history for a Bitcoin address on the Counterparty protocol. Supports pagination and custom result limits for efficient queries.
Instructions
Get transaction history for a Bitcoin address on Counterparty
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| cursor | No | Pagination cursor from previous response | |
| offset | No | Number of results to skip | |
| address | Yes | Bitcoin address |