---
title: "ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator"
method: GET
path: "/cosmos/distribution/v1beta1/validators/{validatorAddress}"
tags: ["Query"]
---

# ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator

`GET /cosmos/distribution/v1beta1/validators/{validatorAddress}`

## Path parameters

- `validatorAddress` string, required

## Response `200`

A successful response.

- CosmosDistributionV1beta1QueryValidatorDistributionInfoResponse — QueryValidatorDistributionInfoResponse is the response type for the Query/ValidatorDistributionInfo RPC method.
  - `operatorAddress` string — operator_address defines the validator operator address.
  - `selfBondRewards` CosmosBaseV1beta1DecCoin[] — self_bond_rewards defines the self delegations rewards.
    - `denom` string
    - `amount` string
  - `commission` CosmosBaseV1beta1DecCoin[] — commission defines the commission the validator received.
    - `denom` string
    - `amount` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-01-08** `b8d29710efb5` — 1 info
  - endpoint added
- **2023-11-17** `f416fba3183f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api/changes/cosmos/distribution/v1beta1/validators/:validatorAddress/get.md)

---

[API](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
