LookupBlock

Lookup Block

get

Look up block by either seqno, lt or unixtime.

Authorizations
Query parameters
workchainintegerRequired

Workchain id to look up block in

shardintegerRequired

Shard id to look up block in

seqnointegerOptional

Block's height

ltintegerOptional

Block's logical time

unixtimeintegerOptional

Block's unixtime

Responses
200
Successful Response
application/json
get
GET /lookupBlock HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}