---
title: "Get the latest validator set"
method: GET
path: "/validatorsets/latest"
tags: ["ICS0"]
---

# Get the latest validator set

`GET /validatorsets/latest`

## Response `200`

The validator set at the latest block height

- object
  - `block_height` number
  - `validators` TendermintValidator[]
    - `address` string — bech32 encoded address
    - `pub_key` string
    - `power` string
    - `accum` string

## Other responses

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