v1
latestSwagger 2.02026-07-17127100479.5 KBvalidator
Get validator's metrics
Returns performance metrics for a single validator including uptime, missed blocks, and block signing efficiency.
get/validators/{id}/metrics
Path parameters
idinteger required
Internal validator id
Response
OK
Example response
{
"applied_proposals_count": 321,
"block_missed_count": 321,
"block_missed_metric": "1",
"commission_metric": "1",
"creation_time": "2025-07-04T03:10:57+00:00",
"id": 321,
"max_change_rate": "0.01",
"max_rate": "0.1",
"moniker": "Easy 2 Stake",
"operation_time_metric": "1",
"self_delegation_amount": "1",
"self_delegation_metric": "1",
"stake": "1",
"votes_count": 321,
"votes_metric": "1"
}