---
title: "returns the NFT token data for a given address, token identifier and nonce."
method: GET
path: "/address/{address}/nft/{tokenIdentifier}/nonce/{nonce}"
tags: ["address"]
---

# returns the NFT token data for a given address, token identifier and nonce.

`GET /address/{address}/nft/{tokenIdentifier}/nonce/{nonce}`

## Path parameters

- `address` string, required
- `tokenIdentifier` string, required
- `nonce` integer, required

## Response `200`

successful operation

- AddressEsdtTokenData
  - `tokenIdentifier` string
  - `balance` string
  - `properties` string

---

[API](https://skmtc.net/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.net/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/versions/44c49bc12621/schema)
