Get validator state information
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
Get validator state information
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
Example:
"2023-01-01"
End date
Example:
"2023-12-31"