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"
  }
}

Query Parameters

seqno
integer
required

Masterchain seqno to fetch shards of.

Response

Successful Response

ok
boolean
required
result
object

List of shard blocks at a given masterchain seqno.

error
string
code
integer
I