blocks

Returns blocks by specified filters.

📘

Note:

The v3 version API data range only supports blocks after 42000000 on the masterchain (Data after November 15, 2024).

Path Params
string
required
Defaults to public

For higher throughput, please create your own API key

Query Params
integer

Block workchain.

string

Block shard id. Must be sent with workchain.

integer

Block block seqno. Must be sent with workchain and shard.

integer

Masterchain block seqno

integer

Query blocks with generation UTC timestamp after given timestamp.

integer

Query blocks with generation UTC timestamp before given timestamp.

integer

Query blocks with lt >= start_lt

integer

Query blocks with lt <= end_lt.

integer
Defaults to 10

Limit number of queried rows(Default 10). Use with offset to batch read.

integer
Defaults to 0

Skip first N rows. Use with limit to batch read.

string
Defaults to desc

Sort results by UTC timestamp.

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json