---
title: "List nfts"
method: GET
path: "/api/v1/tokens/{tokenId}/nfts"
tags: ["tokens"]
---

# List nfts

`GET /api/v1/tokens/{tokenId}/nfts`

Returns a list of non-fungible tokens

## Path parameters

- `tokenId` string, nullable, required — Network entity ID in the format of `shard.realm.num`

## Query parameters

- `account.id` string
- `limit` integer
- `order` 'asc' | 'desc'
- `serialnumber` string

## Response `200`

OK

- Nfts
  - `nfts` Nft[]
    - `account_id` string, nullable — Network entity ID in the format of `shard.realm.num`
    - `created_timestamp` string, nullable — A Unix timestamp in seconds.nanoseconds format
    - `delegating_spender` string, nullable — Network entity ID in the format of `shard.realm.num`
    - `deleted` boolean — whether the nft or the token it belongs to has been deleted
    - `metadata` string, byte — Arbitrary binary data associated with this NFT encoded in base64.
    - `modified_timestamp` string, nullable — A Unix timestamp in seconds.nanoseconds format
    - `serial_number` integer
    - `spender` string, nullable — Network entity ID in the format of `shard.realm.num`
    - `token_id` string, nullable — Network entity ID in the format of `shard.realm.num`
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## Changes

- **2025-08-08** (v1) `db389f03b097` — 9 breaking
  - the response property `_status/messages/items/data` became nullable for the status `400`
  - the response property `_status/messages/items/detail` became nullable for the status `400`
  - the response property `links/next` became nullable for the status `200`
  - the response property `nfts/items/account_id` became nullable for the status `200`
  - …5 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/tokens/:tokenId/nfts/get.md)

---

[API](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiero-ledger/mirror-node-rest-api/revisions/8e705d1f9e5d/schema)
