transactions

Merkle proofs

Get merkle proofs for given transactions

post/transactions/merkleProof

Request body

idsstring[] required

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"
    ]
  }
]

Changes