Get shards information.
curl --request GET \
--url https://toncenter.com/api/v2/shards{
"ok": true,
"result": {
"shards": [
{
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>",
"@type": "ton.blockIdExt"
}
],
"@type": "blocks.shards",
"@extra": "<string>"
},
"error": "<string>",
"code": 123
}Masterchain seqno to fetch shards of.
Successful Response
List of shard blocks at a given masterchain seqno.
Show child attributes
Shard block IDs at the given masterchain seqno.
"blocks.shards"
Was this page helpful?
curl --request GET \
--url https://toncenter.com/api/v2/shards{
"ok": true,
"result": {
"shards": [
{
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>",
"@type": "ton.blockIdExt"
}
],
"@type": "blocks.shards",
"@extra": "<string>"
},
"error": "<string>",
"code": 123
}