Skip to main content
GET
/
shards
Get shards at masterchain seqno
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-jeshecdom-fift-variables.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

seqno
integer
required

Masterchain seqno to fetch shards of.

Response

Successful Response

ok
boolean
required
result
Result · object

List of shard blocks at a given masterchain seqno.

error
string
code
integer