This endpoint returns information about a validator’s state including active stake. Use this endpoint to retrieve historical state data 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 the results are at a daily level.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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"
UTC day for filtering state data
Successful Response
The response is of type object
.
This endpoint returns information about a validator’s state including active stake. Use this endpoint to retrieve historical state data 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 the results are at a daily level.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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"
UTC day for filtering state data
Successful Response
The response is of type object
.