curl --request GET \
--url https://toncenter.com/api/v2/lookupBlock{
"ok": true,
"result": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
}
}Look up block by seqno, shard and workchain
curl --request GET \
--url https://toncenter.com/api/v2/lookupBlock{
"ok": true,
"result": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Workchain ID
Shard ID
Seqno of a block
Logical time of a block
UNIX timestamp of a block
Was this page helpful?