Blockchain Indexer API
Addresses
UTxOs by Address
1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/utxos
Bitcoin Mainnet
Authentication
api-key
Path Parameters
address
*
Query Parameters
filter_dust
filter_dust_threshold
exclude_metaprotocols
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Requested data
Example
{
"data": [{
"txid": "cb9532641412a6fa6f329e8728a8f7554dcaa6cdaec1355bd2bd2903cd61c6eb",
"vout": 1,
"address": "tb1qphcdyah2e4vtpxn56hsz3p6kapg90pl4x525kc",
"script_pubkey": "00140df0d276eacd58b09a74d5e0288756e8505787f5",
"satoshis": "546",
"confirmations": 23,
"height": 2815497,
"runes": [],
"inscriptions": []
}, {
"txid": "6312095baa2a42dec6aa41888c01fd74ecce2ab139c17a0a6d01d42a89b67953",
"vout": 1,
"address": "tb1qphcdyah2e4vtpxn56hsz3p6kapg90pl4x525kc",
"script_pubkey": "00140df0d276eacd58b09a74d5e0288756e8505787f5",
"satoshis": "546",
"confirmations": 20,
"height": 2815500,
"runes": [{
"rune_id": "840000:1",
"amount": "1.00"
}],
"inscriptions": [{
"offset": 0,
"inscription_id": "47bb5438d366863b25b4b1782af0d0cf0a89a922adce5da81253790d3e651501i0"
}]
}],
"last_updated": {
"block_hash": "0000000088bee3b517745636443c8f11aff45209449300a5d8461c336e467925",
"block_height": 2815520
},
"next_cursor": "AAAAAAAq9gxgU3m2iSrUAW0KesE5sSrO7HT9AYyIQarG3kIqqlsJEmNgAAAAAQ"
}
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error
Updated 25 Dec 2024
Did this page help you?