Get blocks

Get paginated list of blocks

GET /blocks

Query params

Query param
Description

proposer_public_key

Proposer public key

Sorting

Property
Description

block_height

Sort blocks by block height

timestamp

Sort blocks by timestamp

Default sorting is block_height DESC

Optional properties

Property
Type
Description

proposer_account_info

Account info provided by the block proposer

proposer_centralized_account_info

Account information available for known accounts provided by CSPR.cloud team

proposer_cspr_name

string

Primary CSPR.name of the block proposer account

Response

PaginatedResponse<Block>

Example

Last updated