Look up block by either seqno, lt or unixtime.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/lookupBlock
{ "ok": true, "result": { "@type": "ton.blockIdExt", "workchain": -1, "shard": "-9223372036854775808", "seqno": 51148869, "root_hash": "HxogBiV2YA+KrC9cJa5llfvDGNk2hwCqsaCSYo40V00=", "file_hash": "h7LOaX0cTqc8qKecsNYi32SVu0McCito3P2qzynvdqk=", "@extra": "1755814026.5747118:7:0.2443600480097572" } }
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?