Blockchain Indexer API
Transactions
Transaction Output Info
1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/transactions/{tx_hash}/outputs/{output_index}
Bitcoin Mainnet
Authentication
api-key
Path Parameters
tx_hash
*
output_index
*
Responses
200
Requested data
Example
{
"data": {
"address": "3G7gSaxPY7BhbEASd2pnZY5cg7uEQMQvd8",
"script_pubkey": "a9149e3be5b19b788c2eb2d590a779c06b9b7a09782e87",
"satoshis": "564",
"spending_tx": null,
"inscriptions": [],
"runes": [{
"rune_id": "840000:3",
"amount": "88980600000"
}]
},
"last_updated": {
"block_hash": "00000000000000000000f2e6c4af3271ca47435d5178eca0bd6d86612d96d4b3",
"block_height": 884469
}
}
data
*
last_updated
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error
Updated 09 Mar 2025
Did this page help you?