Get inscription activity history for a Bitcoin address including creations, transfers, and updates.
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 inscription, specified by an inscription ID. In presence of activity_kind, it relates to this specific inscription. In presence of exclude_self_transfers, it is this specific inscription that should be sent or received but not self-transferred.
Filter txs by presence of specific activity kind. Supported values: send, receive, self_transfer. In presence of inscription filter, the activity kind relates to that specific inscription. In presence of exclude_self_transfers, this activity kind cannot be self_transfer.
self_transfer
, send
, receive
Exclude txs only containing inscriptions self-transfers. In presence of activity_kind, it cannot be self_transfer. In presence of inscription filter, that specific inscription should be sent or received, not self-transferred.
Requested data
The response is of type object
.