GET
/
getShardBlockProof
Get Shard Block Proof
curl --request GET \
  --url https://ton-mainnet.s.chainbase.online/{api-key}/v1/getShardBlockProof
{
  "ok": true,
  "result": "<string>",
  "error": "<string>",
  "code": 123
}

Query Parameters

workchain
integer
required

Block workchain id

shard
integer
required

Block shard id

seqno
integer
required

Block seqno

from_seqno
integer

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

Response

200
application/json

Successful Response

The response is of type object.