GET
/
tx
/
{txid}
/
merkleblock-proof
Transaction Merkleblock Proof
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/tx/{txid}/merkleblock-proof \
  --header 'api-key: <api-key>'
This response does not have an example.

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

txid
string
required

The transaction ID to retrieve the merkleblock proof for.

Example:

"d78b1139140848e646cfd7eb95868d2e01c600c3922de88038c591d2fb55cf96"

Response

200
application/octet-stream

Merkleblock proof in binary format (as raw hex string)

Raw merkleblock proof binary data