---
title: "Get list of celestial id for address"
method: GET
path: "/address/{hash}/celestials"
tags: ["address"]
---

# Get list of celestial id for address

`GET /address/{hash}/celestials`

Returns a paginated list of Celestials NFT identities linked to the given address, including image URLs and associated metadata.

## Path parameters

- `hash` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesCelestial[]
  - `image_url` string
  - `name` string
  - `primary` boolean
  - `status` string

## Other responses

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

## Changes

- **2025-02-01** `71f13c46e6af` — 1 info
  - endpoint added
- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/address/:hash/celestials/get.md)

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
