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
Example response
{
"id": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
"merkleProof": [
"DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
]
}