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

# Get address info

`GET /address/{hash}`

Returns detailed information about a Celestia address including balances, delegation amounts, and linked Celestial identity. Returns 204 if the address is not found.

## Path parameters

- `hash` string, required

## Response `200`

OK

- ResponsesAddress — Celestia address information
  - `balance` ResponsesBalance — Balance of address information
    - `currency` string
    - `delegated` string
    - `spendable` string
    - `unbonding` string
  - `celestials` ResponsesCelestial — Linked celestial id
    - `image_url` string
    - `name` string
    - `primary` boolean
    - `status` string
  - `first_height` integer
  - `hash` string
  - `id` integer
  - `is_forwarding` boolean
  - `last_height` integer
  - `name` string

## Other responses

- `204` — No Content
- `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)
