---
title: "Get a validator set a certain height"
method: GET
path: "/validatorsets/{height}"
tags: ["Tendermint RPC"]
---

# Get a validator set a certain height

`GET /validatorsets/{height}`

## Path parameters

- `height` number, required

## Response `200`

The validator set at a specific block height

- object
  - `block_height` string
  - `validators` object[]
    - `address` string — bech32 encoded address
    - `pub_key` string
    - `voting_power` string
    - `proposer_priority` string

## Other responses

- `400` — Invalid height
- `404` — Block at height not available
- `500` — Server internal error

---

[API](https://skmtc.net/bianjieai/apis/irita-legacy-rest-and-grpc-gateway-docs.md) · [All operations](https://skmtc.net/bianjieai/apis/irita-legacy-rest-and-grpc-gateway-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bianjieai/irita-legacy-rest-and-grpc-gateway-docs/revisions/dcc6f688c291/schema)
