Query Parameters
Block workchain.
Block shard id. Must be sent with workchain. Example: 8000000000000000
.
Block block seqno. Must be sent with workchain and shard.
Masterchain block seqno
Query blocks with generation UTC timestamp after given timestamp.
Required range:
x >= 0
Query blocks with generation UTC timestamp before given timestamp.
Required range:
x >= 0
Query blocks with lt >= start_lt
.
Required range:
x >= 0
Query blocks with lt <= end_lt
.
Required range:
x >= 0
Limit number of queried rows. Use with offset to batch read.
Required range:
1 <= x <= 1000
Skip first N rows. Use with limit to batch read.
Required range:
x >= 0
Sort results by UTC timestamp.
Available options:
asc
, desc
Response
OK