cURL
curl --request GET \ --url https://toncenter.com/api/v2/shards
{ "ok": true, "result": { "@type": "blocks.shards", "shards": [ { "@type": "ton.blockIdExt", "workchain": 0, "shard": "-9223372036854775808", "seqno": 56262735, "root_hash": "02rdYNPA1GWvph+2udLPvddNDvtP/nglA7Q8HR82KMk=", "file_hash": "Ae/QaLnzAhzr2TCHJWFMb+yAg64roTKDq6qLAA7Pt58=" } ], "@extra": "1755814149.1458454:3:0.786727927934394" } }
Get shards information.
Masterchain seqno to fetch shards of.
Successful Response
List of shard blocks at a given masterchain seqno.
Show child attributes