GET
/
lookupBlock
curl --request GET \
  --url https://ton-mainnet.s.chainbase.online/{api-key}/v1/lookupBlock
{
  "ok": true,
  "result": "<string>",
  "error": "<string>",
  "code": 123
}

Query Parameters

workchain
integer
required

Workchain id to look up block in

shard
integer
required

Shard id to look up block in

seqno
integer

Block's height

lt
integer

Block's logical time

unixtime
integer

Block's unixtime

Response

200
application/json

Successful Response

The response is of type object.