---
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

---

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