Get historical average validators performance
Returns a paginated list of average validators performances. The average performance is calculated as a moving average of the validator performance for the past 360 eras (approximately one month).
Query params
Query param | Description |
---|---|
| Comma-separated list of era ids |
| Comma-separated list of validator public keys |
Sorting
Query param | Description |
---|---|
| Sort performances by era id |
| Sort performances by validator public key |
Optional properties
None
Response
PaginatedResponse
<RelativeValidatorPerformance>
Example
Last updated