Look up block by either seqno, lt or unixtime.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/lookupBlock
{ "ok": true, "result": { "workchain": 123, "shard": "<string>", "seqno": 123, "root_hash": "<string>", "file_hash": "<string>", "@type": "ton.blockIdExt" }, "error": "<string>", "code": 123 }
Workchain id to look up block in
Shard id to look up block in
Block's height
Block's logical time
Block's unixtime
Successful Response
Block identifier for the looked-up block.
Show child attributes
64-bit signed integer as string
"ton.blockIdExt"
Was this page helpful?