Look up block by either seqno, lt or unixtime.
curl --request GET \ --url https://ton-mainnet.s.chainbase.online/{api-key}/v1/lookupBlock
{ "ok": true, "result": "<string>", "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
The response is of type object.
object