curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/transactions/{tx_hash}/outputs/{output_index} \
--header 'api-key: <api-key>'{
"data": {
"address": "3G7gSaxPY7BhbEASd2pnZY5cg7uEQMQvd8",
"inscriptions": [],
"runes": [
{
"amount": "88980600000",
"rune_id": "840000:3"
}
],
"satoshis": "564",
"script_pubkey": "a9149e3be5b19b788c2eb2d590a779c06b9b7a09782e87",
"spending_tx": null
},
"last_updated": {
"block_hash": "00000000000000000000f2e6c4af3271ca47435d5178eca0bd6d86612d96d4b3",
"block_height": 884469
}
}Get detailed information about a specific output of a Bitcoin transaction including value and scripts.
curl --request GET \
--url https://xbt-mainnet.gomaestro-api.org/v0/transactions/{tx_hash}/outputs/{output_index} \
--header 'api-key: <api-key>'{
"data": {
"address": "3G7gSaxPY7BhbEASd2pnZY5cg7uEQMQvd8",
"inscriptions": [],
"runes": [
{
"amount": "88980600000",
"rune_id": "840000:3"
}
],
"satoshis": "564",
"script_pubkey": "a9149e3be5b19b788c2eb2d590a779c06b9b7a09782e87",
"spending_tx": null
},
"last_updated": {
"block_hash": "00000000000000000000f2e6c4af3271ca47435d5178eca0bd6d86612d96d4b3",
"block_height": 884469
}
}Project API Key
Transaction hash
Transaction output index
Requested data
Show child attributes
Total number of satoshis in the UTxO.
"1234567"
Script pubkey at which the output containing the inscription resides.
"51200aeeaf0263f5417e40850ef04cf73f43209b13401038c2cd34d201b5e685626e"
Address-encoding of the script pubkey at which the output containing the inscription resides.
"bc1ppth27qnr74qhusy9pmcyeaelgvsfky6qzquv9nf56gqmte59vfhqwkqguh"
If this output is known to have been spent, hash of the transaction that spent it.
"2ca28d42583fc5bace84fe024d3697969e06dd1cf769a2141286825b81773fd5"
Was this page helpful?