Returns blocks matching the specified filters. Query by workchain, shard, sequence number, root hash, file hash, or time range. Each block includes metadata such as transaction count, validator info, and references to previous blocks.
Block workchain.
Block shard id. Must be sent with workchain. Example: 8000000000000000.
Block block seqno. Must be sent with workchain and shard.
Block root hash.
Block file hash.
Masterchain block seqno
Query blocks with generation UTC timestamp after given timestamp.
x >= 0Query blocks with generation UTC timestamp before given timestamp.
x >= 0Query blocks with lt >= start_lt.
x >= 0Query blocks with lt <= end_lt.
x >= 0Limit number of queried rows. Use with offset to batch read.
1 <= x <= 1000Skip first N rows. Use with limit to batch read.
x >= 0Sort results by UTC timestamp.
asc, desc Matching blocks with full metadata.
Response wrapper containing a list of blocks matching the query filters.
Array of blocks matching the query filters.