---
title: "Returns detail information about one nft specified by Id (nft uid)"
method: GET
path: "/GetNftDetailsById/{apikey}/{nftuid}"
tags: ["GetNftDetailsById"]
---

# Returns detail information about one nft specified by Id (nft uid)

`GET /GetNftDetailsById/{apikey}/{nftuid}`

You will receive all information (fingerprint, ipfshash, etc.) about one nfts with the submitted id

## Path parameters

- `apikey` string, required
- `nftuid` string, required

## Response `200`

Returns the Nft Class

- NftDetailsClass
  - `id` integer
  - `ipfshash` string, nullable
  - `state` string, nullable
  - `name` string, nullable
  - `displayname` string, nullable
  - `detaildata` string, nullable
  - `minted` boolean
  - `receiveraddress` string, nullable
  - `selldate` string, date-time, nullable
  - `soldby` string, nullable
  - `reserveduntil` string, date-time, nullable
  - `policyid` string, nullable
  - `assetid` string, nullable
  - `assetname` string, nullable
  - `fingerprint` string, nullable
  - `initialminttxhash` string, nullable
  - `title` string, nullable
  - `series` string, nullable
  - `ipfsGatewayAddress` string, nullable
  - `metadata` string, nullable
  - `singlePrice` integer, nullable
  - `uid` string, nullable
  - `paymentGatewayLinkForSpecificSale` string, nullable
  - `sendBackCentralPaymentInLovelace` integer, nullable
  - `priceInLovelaceCentralPayments` integer, nullable
  - `uploadSource` string, nullable
  - `priceInLamportCentralPayments` integer, nullable
  - `singlePriceSolana` integer, nullable
  - `priceInOctsCentralPayments` integer, nullable
  - `priceInNightCentralPayments` integer, nullable
  - `mintedOnBlockchain` 'Cardano' | 'Solana' | 'Aptos' | 'Hedara' | 'Polygon' | 'Ethereum' | 'Bitcoin' | 'Unknown' | 'Midnight'
  - `mintingfees` integer, nullable

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `404` — The nft was not found

---

[API](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated.md) · [All operations](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmkr/nmkr-studio-api-mainnet-deprecated/revisions/e8a273d527a4/schema)
