Blockchain Indexer API
Transactions
Transaction Info with Metaprotocols
1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/transactions/{tx_hash}/metaprotocols
Bitcoin Mainnet
Authentication
api-key
Path Parameters
tx_hash
*
Responses
200
Requested data
Example
{
"data": {
"height": 866807,
"block_hash": "000000000000000000011c58d06536d2c1453a4742274efc2d4456921f027e98",
"confirmations": 95,
"timestamp": 1729577794,
"tx_index": 12,
"volume": 20606,
"fees": 1548800,
"sats_per_vb": 1600,
"metaprotocols": true,
"inputs": [{
"txid": "47c7260764af2ee17aa584d9c035f2e5429aefd96b8016cfe0e3f0bcf04869a3",
"vout": 0,
"address": "bc1ppth27qnr74qhusy9pmcyeaelgvsfky6qzquv9nf56gqmte59vfhqwkqguh",
"script_pubkey": "51200aeeaf0263f5417e40850ef04cf73f43209b13401038c2cd34d201b5e685626e",
"satoshis": 606,
"inscriptions": [{
"offset": 0,
"inscription_id": "6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
}],
"runes": []
}, {
"txid": "fbf8ccedf64109568cb69485b28de876547a8c51bbf8f623c1906a69fdf16be4",
"vout": 0,
"address": "bc1pfqgphdlagqahqe5yf5a4yja9nz4hdeycvcmk3j0r3kr79ltetfvqhnlguu",
"script_pubkey": "512048101bb7fd403b7066844d3b524ba598ab76e498663768c9e38d87e2fd795a58",
"satoshis": 10000,
"inscriptions": [],
"runes": []
}, {
"txid": "42d82813e9fb16bcf14b75bd78a1e16983e40d2e04f6c7087dde83e1d93c509b",
"vout": 0,
"address": "bc1paefyrryx8j75fe2njzd7flnss9vgse0f9njewm7qpxaaypafhjasjn7qgw",
"script_pubkey": "5120ee52418c863cbd44e553909be4fe7081588865e92ce5976fc009bbd207a9bcbb",
"satoshis": 1558800,
"inscriptions": [],
"runes": []
}],
"outputs": [{
"address": "bc1p6ka80aqd57wjskxknnfzmswl27tegkejcsfa0v600s6rxle5lagqg38e88",
"script_pubkey": "5120d5ba77f40da79d2858d69cd22dc1df5797945b32c413d7b34f7c34337f34ff50",
"satoshis": 606,
"inscriptions": [{
"offset": 0,
"inscription_id": "6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
}],
"runes": []
}, {
"address": "bc1p5kjec5vl67yydqqljy4t97hdxq05s62qyqmmgzxhmqcd628ecuqs8c9w97",
"script_pubkey": "5120a5a59c519fd78846801f912ab2faed301f4869402037b408d7d830dd28f9c701",
"satoshis": 10000,
"inscriptions": [{
"offset": 0,
"inscription_id": "1b07f02356aed6ddca37db8226c6292f2953d55ea741d7f58d44427976e7d4eei0"
}],
"runes": []
}, {
"address": "bc1p6uzgus82tyx8d4xt7eh0f6kxqn53a03529cyh9wmqcwchm6uvmtqkt5sdv",
"script_pubkey": "5120d7048e40ea590c76d4cbf66ef4eac604e91ebe3451704b95db061d8bef5c66d6",
"satoshis": 10000,
"inscriptions": [],
"runes": [{
"rune_id": "866807:12",
"amount": "50000000"
}]
}, {
"address": null,
"script_pubkey": "6a5d23020704f0daddcdf988a80303400580e9070680e1eb170ae80708d086030cdafe341602",
"satoshis": 0,
"inscriptions": [],
"runes": []
}]
},
"last_updated": {
"block_hash": "00000000000000000001676a1898b7804be18303e68e8ceacc00c713011b0ef4",
"block_height": 866902
}
}
data
*
last_updated
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error
Updated 25 Dec 2024
Did this page help you?