Returns all transactions for a given address or script pubkey, allowing insight into when the balance increased, decreased, or remained the same. This endpoint supports customization to narrow results by time, transaction type, or ordering, enabling tailored historical views.
Project API Key
Bitcoin address or hex encoded script pubkey
The order in which the results are sorted. Supported values: asc, desc
asc
, desc
The max number of results per page
x >= 0
Return only transactions included on or after a specific height
x >= 0
Return only transactions included on or before a specific height
x >= 0
Pagination cursor string, use the cursor included in a page of results to fetch the next page
Only return transactions of a specific activity kind. Supported values: "increase" for transactions where satoshi balance increases, "decrease" for decrease, and "self_transfer" for transactions where satoshi balance remained the same.
self_transfer
, increase
, decrease
Do not return self-transfer transactions - transactions in which satoshi balance did not increase or decrease.
Requested data
The response is of type object
.