Blockchain Indexer API
Addresses

Rune UTxOs by Address and Rune

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/runes/{rune}
Bitcoin Mainnet
Return all UTxOs controlled by the specified address or script pubkey which contain some of a specific kind of rune.
Authentication
api-key
Path Parameters
address
*
rune
*
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Requested data
Example
{ "data": [{ "txid": "2e45365924186cac30baff7483e4717141625b219c5579b8840602f41faab11b", "vout": 1, "satoshis": "546", "confirmations": 16, "height": 840002, "rune_amount": "100.00" }, { "txid": "852e1df7de4893840332bef0d382292b8f690f71ed14c7217211e06401a49f20", "vout": 1, "satoshis": "546", "confirmations": 16, "height": 840002, "rune_amount": "100.00" }], "last_updated": { "block_hash": "00000000000000000000ecce02d6c785d726bf8f7cfa93b10af3ba7ca69617fb", "block_height": 840018 }, "next_cursor": "AAAAAAAM0UJgIJ-kAWTgEXIhxxTtcQ9pjyspgtPwvjIDhJNI3vcdLoVgAAAAAQ" }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error