---
title: "Get delegations made by address"
method: GET
path: "/address/{hash}/delegations"
tags: ["address"]
---

# Get delegations made by address

`GET /address/{hash}/delegations`

Returns a paginated list of active staking delegations from the given address to validators. Use show_zero=true to include delegations with zero amount.

## Path parameters

- `hash` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `show_zero` boolean

## Response `200`

OK

- ResponsesDelegation[]
  - `amount` string
  - `delegator` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `validator` ResponsesShortValidator
    - `cons_address` string
    - `id` integer
    - `moniker` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
