v1

latestSwagger 2.02026-07-17127100479.5 KB
address

Get list of celestial id for address

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

get/address/{hash}/celestials

Path parameters

hashstring required

Hash

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

image_urlstring
namestring
primaryboolean
statusstring

Example response

[
  {
    "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
    "name": "name",
    "primary": true,
    "status": "VERIFIED"
  }
]