---
title: "Retrieves NFT data associated with blockchain accounts attached to a domain"
method: GET
path: "/public/{domain}/nfts"
tags: ["Profile data endpoints"]
---

# Retrieves NFT data associated with blockchain accounts attached to a domain

`GET /public/{domain}/nfts`

Retrieves NFT data associated with requested domain. Paging is supported using the limit and cursor query string parameters.

## Path parameters

- `domain` string, required

## Query parameters

- `symbols` string
- `limit` number
- `cursor` string
- `resolve` boolean

## Response `200`

Domain NFT data

- SerializedNftResponse

## Other responses

- `404` — Domain not found

---

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