GET
/
tx
/
{txid}
/
merkle-proof
Transaction Merkle Proof
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/tx/{txid}/merkle-proof \
  --header 'api-key: <api-key>'
{
  "block_height": 776302,
  "merkle": [
    "4a5e1e4b...",
    "b5b4e9f0..."
  ],
  "pos": 142
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

txid
string
required

The transaction ID to get the merkle proof for.

Example:

"d78b1139140848e646cfd7eb95868d2e01c600c3922de88038c591d2fb55cf96"

Response

200
application/json

Merkle inclusion proof data.

The response is of type object.