v1
latestSwagger 2.02026-07-17127100479.5 KBvalidator
Get validator's count by status
Returns the total validator count broken down by status: total, active, jailed, and inactive.
get/validators/count
Response
OK
Example response
{
"active": 100,
"inactive": 100,
"jailed": 100,
"total": 100
}