GetShardBlockProof

Get Shard Block Proof

get

Get merkle proof of shardchain block.

Authorizations
Query parameters
workchainintegerRequired

Block workchain id

shardintegerRequired

Block shard id

seqnointegerRequired

Block seqno

from_seqnointegerOptional

Seqno of masterchain block starting from which proof is required. If not specified latest masterchain block is used.

Responses
200
Successful Response
application/json
get
GET /getShardBlockProof HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}