Blockchain Indexer API
Addresses

Inscriptions by Address

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/inscriptions
Bitcoin Mainnet
List of all inscriptions which reside at the specified address or script pubkey.
Authentication
api-key
Path Parameters
address
*
Query Parameters
count
All Of
object +
cursor
Responses
200
Requested data
Example
{ "data": [{ "inscription_id": "f02da3d6bebab13d5d604be1ed73d9a9c677dadf6ca71bc5fff7d99cdead11b0i0", "satoshis": 546, "utxo_sat_offset": 0, "utxo_txid": "e2283e7c915ef074806136e0002cbc69f5fdd2e9f70f14b0eab48cdcbe867cc1", "utxo_vout": 0, "utxo_block_height": 843010, "utxo_confirmations": 23701 }, { "inscription_id": "7d0a2dd897222913d58fc957b0429526117a0a61c964642fe93b077f328ccec1i0", "satoshis": 546, "utxo_sat_offset": 0, "utxo_txid": "3c7c0f5c6a0d3f0ab5c8bcef0adf3be56f5aeed8b2dd1504b7a950fc4fee1f46", "utxo_vout": 1, "utxo_block_height": 850976, "utxo_confirmations": 15735 }, { "inscription_id": "360550a31c9510ed5052c4351619bf68d5ae3f218bf2e9c1092090dbcf86acb3i0", "satoshis": 546, "utxo_sat_offset": 0, "utxo_txid": "3c7c0f5c6a0d3f0ab5c8bcef0adf3be56f5aeed8b2dd1504b7a950fc4fee1f46", "utxo_vout": 1, "utxo_block_height": 850976, "utxo_confirmations": 15735 }], "last_updated": { "block_hash": "00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7", "block_height": 866710 }, "next_cursor": null }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error