---
title: "DelegatorDelegations queries all delegations of a given delegator address."
method: GET
path: "/cosmos/staking/v1beta1/delegations/{delegatorAddr}"
tags: ["Query"]
---

# DelegatorDelegations queries all delegations of a given delegator address.

`GET /cosmos/staking/v1beta1/delegations/{delegatorAddr}`

When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Path parameters

- `delegatorAddr` string, required

## Query parameters

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

## Response `200`

A successful response.

- CosmosStakingV1beta1QueryDelegatorDelegationsResponse — QueryDelegatorDelegationsResponse is response type for the Query/DelegatorDelegations RPC method.
  - `delegationResponses` CosmosStakingV1beta1DelegationResponse[] — delegation_responses defines all the delegations' info of a delegator.
    - `delegation` CosmosStakingV1beta1Delegation — Delegation represents the bond with tokens held by an account. It is owned by one delegator, and is associated with the voting power of one validator.
      - `delegatorAddress` string — delegator_address is the encoded address of the delegator.
      - `validatorAddress` string — validator_address is the encoded address of the validator.
      - `shares` string — shares define the delegation shares received.
    - `balance` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
      - `denom` string
      - `amount` string
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `nextKey` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

---

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