Get validator blocks

Get paginated list of blocks proposed by the validator

GET /validators/{public_key}/blocks

Query params

None

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