---
title: "Validators"
method: GET
path: "/cosmos/staking/v1beta1/validators"
tags: ["Cosmos - gRPC REST"]
---

# Validators

`GET /cosmos/staking/v1beta1/validators`

Validators queries all validators that match the given status.
When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Query parameters

- `status` string
- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
