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

# 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` number
  - `validators` TendermintValidator[]
    - `address` string — bech32 encoded address
    - `pub_key` string
    - `power` string
    - `accum` string

## Other responses

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

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
