Get comprehensive Bitcoin address activity with mempool awareness for real-time wallet management and transaction tracking.
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.
Include mempool data. Default: true.
Requested data
The response is of type object
.