TON
POST
GET
Last updated on January 1, 1970
1 min read
Method /lookupBlock undefined ()
connect with JSON-RPC protocol
/lookupBlock
Look up block by either seqno, lt or unixtime.
Parameters
workchain
- query
required, integer
block workchain id
shard
- query
required, integer
block shard id
seqno
- query
optional, integer
block height
lt
- query
optional, integer
block's Logical time
unixtime
- query
optional, integer
block's unix time
Request
curl --location --request GET 'https://ton.getblock.io/mainnet/lookupBlock?workchain=-1&shard=-9223372036854775808&seqno=30497145'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"ok": true,
"result": {
"@extra": "1687338545.5527961:2:0.1486653485640057",
"@type": "ton.blockIdExt",
"file_hash": "t81TFPL17RLgqteZsYf64yY2EX18p/V5f3Z9itK1DrA=",
"root_hash": "2a8ZfAc+YN+hWDxtnlj+lsmPxDljA1ur8XVvL52UB2s=",
"seqno": 30497145,
"shard": "-9223372036854775808",
"workchain": -1
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }