Get validator block insights
This endpoint returns information about the composition of blocks produced by a validator. Use this endpoint to retrieve historical block insights for a specific validator.
You can query this endpoint by using the vote_account
address of a validator as the validator_id
. The granularity of results can either be daily or around 20 minute intervals (3,000 slots).
Earliest daily data available is from March 1, 2025.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
End date
"2023-12-31"
Start date
"2023-01-01"
End slot multiple of 3k
x >= 0
Start slot multiple of 3k
x >= 0
UTC day or slot multiple of 3k
UTC day or 3k block interval
3k
, day
Response
Successful Response
The response is of type object
.