---
title: "Retrieve NFTs"
method: GET
path: "/user/{address}/nfts"
tags: ["Wallet data endpoints"]
---

# Retrieve NFTs

`GET /user/{address}/nfts`

Retrieves NFT data for a given address. Authentication with an API key is required.

## Path parameters

- `address` string, required

## Query parameters

- `symbols` string
- `collection` string
- `limit` number
- `cursor` string

## Headers

- `Authorization` string, required

## Response `200`

Paginated NFT data

- object
  - `SYMBOL` SerializedNftResponse

## Other responses

- `400` — Invalid address
- `404` — Address 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)
