---
title: "Get Stability validators counters."
method: GET
path: "/{chain_id}/api/v2/validators/stability/counters"
tags: ["stability"]
---

# Get Stability validators counters.

`GET /{chain_id}/api/v2/validators/stability/counters`

Retrieves aggregate counters for the Stability chain validator set.

## Path parameters

- `chain_id` string, required

## Response `200`

Stability validators counters.

- StabilityValidatorsCounters — Aggregate counters describing the Stability chain validator set.
  - `active_validators_count` string, required — Number of validators currently in the `active` operational state.
  - `active_validators_percentage` number, 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_24h` string, required — Number of validators that joined the set within the last 24 hours.
  - `validators_count` string, required — Total number of validators known on the Stability chain across all operational states.

## Other responses

- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.dev/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
