Get validators
Get a paginated list of validators
Query params
Query param | Description |
---|---|
| Active auction era identifier. Data for older eras aren't persistent for long, and will eventually become unavailable. This is a required parameter |
| Validator active filter param |
| Comma-separated list of public key |
Sorting
Property | Description |
---|---|
| Sort validators by rank |
| Sort validators by fee |
| Sort validators by delegators number |
| Sort validators by total stake |
| Sort validators by self stake |
| Sort validators by network share |
Default sorting is total_stake DESC
Optional properties
Property | Type | Description |
---|---|---|
| Account info provided by the validator | |
| Account information available for known accounts provided by CSPR.cloud team | |
|
| Primary CSPR.name of the validator account |
| Validator average performance |
Response
Example
Since this API works only with recent eras, you'll need to replace the era ID with the latest one, which you can fetch using the Get auction metrics API.
Last updated