Skip to main content
GET
Inscription Activity by Address

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Bitcoin address or hex encoded script pubkey

Query Parameters

order
enum<string> | null
default:asc

The order in which the results are sorted. Supported values: asc, desc

Available options:
asc,
desc
count
integer | null
default:100

The max number of results per page

Required range: x >= 0
from
integer<int64> | null

Return only transactions created on or after a specific height

Required range: x >= 0
to
integer<int64> | null

Return only transactions created on or before a specific height

Required range: x >= 0
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

inscription_id
string | null

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.

activity_kind
enum<string> | null

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.

Available options:
self_transfer,
send,
receive
exclude_self_transfers
boolean | null

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.

Response

Requested data

data
object[]
required
last_updated
object
required
next_cursor
string | null