Lists all UTXOs at the address or script pubkey that contains Rune tokens, with optional refinement based on Rune type or metadata. Helpful for spend analysis or wallet state audits.
In addition to confirmed transactions, mempool endpoints return data which reflects pending transactions in some number of “estimated” blocks - predicted blocks containing transactions which have been propagated around the network but not yet included in a mined block, with transactions with a higher sat/vB value being prioritised. The response details how many of these estimated blocks were considered when fetching the data.
Project API Key
Bitcoin address or hex encoded script pubkey
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)
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)
height
, amount
The order in which the results are sorted. Supported values: asc, desc
asc
, desc
The max number of results per page
x >= 0
Pagination cursor string, use the cursor included in a page of results to fetch the next page.
Return only UTxOs created on or after a specific height
x >= 0
Return only UTxOs created on or before a specific height
x >= 0
Requested data
The response is of type object
.