---
title: "Get nft info"
method: GET
path: "/api/v1/tokens/{tokenId}/nfts/{serialNumber}"
tags: ["tokens"]
---

# Get nft info

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

Returns information for a non-fungible token

## Path parameters

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

## Response `200`

OK

- 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`

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

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