Skip to main content

Validators

Type: Validator

The following table provides a detailed overview of the methodology used to track and measure the performance of validators.

KeyDescription

Sample query:

{
validators(order: { address: asc }, limit: 5) {
id
address
metrics(limit: 20) {
metricKey
defaultValue
}
}
}