Get Bitcoin rune transaction activity for a specific address including minting, transfers, and balance changes with mempool awareness.
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 created on or after a specific height
x >= 0
Return only transactions created 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
Return only transactions containing a specific rune, specified either by the rune ID (etching block number and transaction index) or name (spaced or un-spaced). In presence of activity_kind, it relates to this specific rune. In presence of exclude_self_transfers, it is this specific rune that the queried address should see increase or decrease in balance in the tx, not just being self-transferred.
Filter txs by presence specific activity kind. Supported values: increased, decreased, self_transfer. In presence of rune filter, the activity kind relates to that specific rune. In presence of exclude_self_transfers, this activity kind cannot be self_transfer.
self_transfer
, increase
, decrease
Exclude txs only containing runes self-transfers. In presence of activity_kind, it cannot be self_transfer. In presence of rune filter, that specific rune should be sent or received, not self-transferred.
Include mempool data. Default: true.
Requested data
The response is of type object
.