---
title: "Query the information from a single validator"
method: GET
path: "/stake/validators/{validatorAddr}"
tags: ["ICS21"]
---

# Query the information from a single validator

`GET /stake/validators/{validatorAddr}`

## Response `200`

OK

- Validator
  - `operator_address` string — bech32 encoded address
  - `consensus_pubkey` string
  - `jailed` boolean
  - `status` integer
  - `tokens` string
  - `delegator_shares` string
  - `description` object
    - `moniker` string
    - `identity` string
    - `website` string
    - `details` string
  - `bond_height` string
  - `bond_intra_tx_counter` integer
  - `unbonding_height` string
  - `unbonding_time` string
  - `commission` object
    - `rate` string
    - `max_rate` string
    - `max_change_rate` string
    - `update_time` string

## Other responses

- `400` — Invalid validator address
- `500` — Internal Server 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)
