Get merkle proof of shardchain block.
Successful Response
const response = await fetch('https://ton.nownodes.io/getShardBlockProof?workchain=0&shard=0&seqno=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "result": "text", "error": "text", "code": 0 }