cURL
curl --request POST \ --url https://api.timelockdata.com/api/v1/merkle/validate \ --header 'Content-Type: application/json' \ --data ' { "txId": "<string>", "merkleRoot": "<string>", "proof": [ { "hash": "<string>", "position": "left" } ] } '
{ "status": "<string>", "valid": true, "computedRoot": "<string>", "expectedRoot": "<string>", "error": "<string>" }
Transaction ID to validate
Merkle root to validate against
Merkle proof path
Show child attributes
Validation result
Response status
Whether the proof is valid
Computed root from proof
Expected root
Error message if applicable