v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
stability

Get Stability validators counters.

Retrieves aggregate counters for the Stability chain validator set.

get/{chain_id}/api/v2/validators/stability/counters

Path parameters

chain_idstring required

The ID of the blockchain

Response

Stability validators counters.

active_validators_countstring required

Number of validators currently in the active operational state.

active_validators_percentagenumber float nullable required

Share of active validators in the total set, expressed as a percentage and floored to two decimal places. null when there are no validators.

new_validators_count_24hstring required

Number of validators that joined the set within the last 24 hours.

validators_countstring required

Total number of validators known on the Stability chain across all operational states.

Example response

{
  "active_validators_count": "3",
  "active_validators_percentage": 33.33,
  "new_validators_count_24h": "2",
  "validators_count": "9"
}