cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/transaction/{tx_hash}/hex \ --header 'api-key: <api-key>'
{ "data": "<string>", "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get the raw hex-encoded Bitcoin transaction data by transaction hash for low-level transaction analysis.
Project API Key
Transaction hash.
OK
Show child attributes
Was this page helpful?