Get Blocks

Returns a list of blocks on the network.

This method will use 20 Compute Units.


List blocks

get

Returns a list of blocks on the network.

Query parameters
block.numberstringOptional

The block's number

Example: {"summary":"--","value":""}Pattern: ^((eq|gt|gte|lt|lte):)?\d{1,19}$
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return

Default: 25Example: 2
orderundefined · enumOptional

The order in which items are listed

Default: descExample: ascPossible values:
timestampstring[]Optional

The consensus timestamp in seconds.nanoseconds format with an optional comparison operator

Example: {"summary":"--","value":""}
Responses
200

OK

application/json
get
/api/v1/blocks

Last updated

Was this helpful?