address_deltas_get
Retrieve transaction deltas for a Bitcoin address with pagination and filter by block height to analyze address transaction history.
Instructions
Get transaction deltas (inputs and outputs) for a specific Bitcoin address with pagination. Use this to analyze the transaction history of an address with filtering by block height.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| address | Yes | ||
| page_size | No | ||
| end_height | No | ||
| start_height | No |