---
title: "Get all delegations from a delegator"
method: GET
path: "/stake/delegators/{delegatorAddr}/delegations"
tags: ["ICS21"]
---

# Get all delegations from a delegator

`GET /stake/delegators/{delegatorAddr}/delegations`

## Response `200`

OK

- Delegation[]
  - `delegator_addr` string
  - `validator_addr` string
  - `shares` string
  - `height` integer

## Other responses

- `400` — Invalid delegator 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)
