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
Using this endpoint, you can query the historical daily stake balance of a validator by their unique validator_address
. The data is aggregated by validator across all of their respective delegators.
You can use the fromDate
and toDate
parameters to query a range of days.
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
Start date
Examples:
"2023-01-01"
End date
Examples:
"2023-12-31"
Response
200
application/json
Successful Response
The response is of type object
.