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

rune
string | null

Return only UTxOs containing a specific Rune, specified either by the Rune ID (etching block number and transaction index) or name (spaced or un-spaced)

order_by
enum<string> | null
default:height

The property by which response items should be sorted. Supported values: height (height of block which produced the UTxO - default), amount (amount of runes in UTxO)

Available options:
height,
amount
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
cursor
string | null

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

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

Response

Requested data

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