---
title: "Get validator set at a specified height"
method: GET
path: "/validators"
tags: ["Info"]
---

# Get validator set at a specified height

`GET /validators`

Get Validators. Validators are sorted by voting power.

If the `height` field is set to a non-default value, upon success, the
`Cache-Control` header will be set with the default maximum age.

## Query parameters

- `height` integer
- `page` integer
- `per_page` integer

## Response `200`

Commit results.

- ValidatorsResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `block_height` string, required
    - `validators` ValidatorPriority[], required
      - `address` string
      - `pub_key` object
        - `type` string, required
        - `value` string, required
      - `voting_power` string
      - `proposer_priority` string
    - `count` string
    - `total` string

## Other responses

- `500` — Error

## Changes

> 18 revisions in range; 1 not diffed, 1 could not be searched.

- **2023-01-22** `4c3b4d6d6be6` — 1 info
  - endpoint added
- **2021-07-05** `547cd6bf0829` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finschia/apis/ostracon-rpc/changes/validators/get.md)

---

[API](https://skmtc.dev/finschia/apis/ostracon-rpc.md) · [All operations](https://skmtc.dev/finschia/apis/ostracon-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finschia/ostracon-rpc/revisions/f8b90bf02ef4/schema)
