v1

latestSwagger 2.02026-07-17127100479.5 KB
validator

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

activeinteger
inactiveinteger
jailedinteger
totalinteger

Example response

{
  "active": 100,
  "inactive": 100,
  "jailed": 100,
  "total": 100
}