Skip to main content
GET
UTxOs 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

filter_dust
boolean | null

Ignore UTxOs containing less than 100000 sats

filter_dust_threshold
integer<int64> | null

Ignore UTxOs containing less than specified satoshis

Required range: x >= 0
exclude_metaprotocols
boolean | null

Exclude UTxOs involved in metaprotocols (currently only runes and inscriptions will be discovered, more metaprotocols may be supported in future)

ignore_used_brc20
boolean | null

When used with exclude_metaprotocols=true, still include UTXOs which only contain used BRC20 inscriptions

count
integer | null
default:100

The max number of results per page

Required range: x >= 0
order
enum<string> | null
default:asc

The order in which the results are sorted (by height at which UTxO was produced)

Available options:
asc,
desc
from
integer<int64> | null

Return only UTxOs created on or after a specific height

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

Return only UTxOs created on or before a specific height

Required range: x >= 0
mempool_blocks_limit
integer<int32> | null

Limit the number of estimated mempool blocks to be reflected in the data (default: as many as available)

Required range: x >= 0
cursor
string | null

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

Response

Requested data

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