v1

latestSwagger 2.02026-07-17127100479.5 KB
validator

Get validators metrics

Returns aggregated performance metrics for the top N validators by voting power, useful for comparing signing efficiency across the active set.

get/validators/metrics

Query parameters

countinteger

Count of aggregated entities

Response

OK

block_missed_metricstring
commission_metricstring
operation_time_metricstring
self_delegation_metricstring
votes_metricstring

Example response

{
  "block_missed_metric": "1",
  "commission_metric": "1",
  "operation_time_metric": "1",
  "self_delegation_metric": "1",
  "votes_metric": "1"
}