Retrieve a list of blocks with optional filters for timestamp and block number range.
UNIX timestamp (seconds) marking the start of the time range to filter blocks.
UNIX timestamp (seconds) marking the end of the time range to filter blocks.
Start of the block number range.
End of the block number range.
Offset for pagination. Use in combination with limit
.
Maximum number of blocks to return in a single response. Recommended max: 100.
Sorting order for returned blocks. Options: TIMESTAMP_ASC
, TIMESTAMP_DESC
, NUMBER_ASC
, NUMBER_DESC
.
A list of block metadata entries.
The response is of type object
.