Get merkle proof of shardchain block.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getShardBlockProof
{ "ok": true, "result": { "from": { "workchain": 123, "shard": "<string>", "seqno": 123, "root_hash": "<string>", "file_hash": "<string>", "@type": "ton.blockIdExt" }, "mc_id": { "workchain": 123, "shard": "<string>", "seqno": 123, "root_hash": "<string>", "file_hash": "<string>", "@type": "ton.blockIdExt" }, "@type": "blocks.shardBlockProof", "links": [ {} ], "mc_proof": [ {} ], "@extra": "<string>" }, "error": "<string>", "code": 123 }
Block workchain id
Block shard id
Block seqno
Seqno of masterchain block starting from which proof is required. If not specified latest masterchain block is used.
Successful Response
Proof of inclusion of a shard block in the masterchain.
Show child attributes
Extended block identifier.
64-bit signed integer as string
"ton.blockIdExt"
"blocks.shardBlockProof"
Was this page helpful?