---
title: "ValidatorDelegations"
method: GET
path: "/cosmos/staking/v1beta1/validators/{validator_addr}/delegations"
tags: ["Cosmos - gRPC REST"]
---

# ValidatorDelegations

`GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations`

ValidatorDelegations queries delegate info for given validator.
When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Path parameters

- `validator_addr` string, required

## Query parameters

- `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.dev/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.dev/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
