Get unspent transaction outputs containing Bitcoin Runes tokens for a specific address.
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
.