Skip to main content
GET
/
api
/
v2
/
getShards
Get Shards
curl --request GET \
  --url https://toncenter.com/api/v2/getShards
{ "ok": true, "result": { "@type": "blocks.shards", "shards": [ { "@type": "ton.blockIdExt", "workchain": 123, "shard": "<string>", "seqno": 123, "root_hash": "<string>", "file_hash": "<string>" } ] } }

Query Parameters

seqno
integer<int32>
required

Seqno of a block

Response

OK

ok
boolean
required
Example:

true

result
Shards · object
required