v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
transactions

Merkle proofs

Get merkle proofs for given transactions. For dozens of transactions, better use the POST method. Limited by rest-api.transactions-by-address-limit, 1000 by default.

get/transactions/merkleProof

Query parameters

idstring[] required

Transaction ID

Response

successful operation

idstring required
transactionIndexinteger required

Sequential number of the transaction in the block

merkleProofHash[] required

Array of sibling hashes of the Merkle tree, bottom-to-top

Example response

{
  "id": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
  "merkleProof": [
    "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
  ]
}