Performance
Get validator state information
This endpoint returns information about a validator’s state including active stake. Use this endpoint to retrieve historical state data for a specific validator.
GET
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.
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
Examples:
"2023-12-31"
Start date
Examples:
"2023-01-01"
UTC day for filtering state data
Response
200
application/json
Successful Response
The response is of type object
.