Skip to main content
GET
Wallet Satoshi Activity by Address (Mempool-aware)

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 included on or after a specific height

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

Return only transactions included 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

activity_kind
enum<string> | null

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.

Available options:
self_transfer,
increase,
decrease
exclude_self_transfers
boolean | null

Do not return self-transfer transactions - transactions in which satoshi balance did not increase or decrease.

mempool
boolean | null

Include mempool data. Default: true.

Response

Requested data

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