---
title: "Returns detail information about all nfts with a specific state. *** DEPRECATED - use the paged version ***"
method: GET
path: "/GetNfts/{apikey}/{nftprojectid}/{state}"
tags: ["GetNfts"]
---

# Returns detail information about all nfts with a specific state. *** DEPRECATED - use the paged version ***

`GET /GetNfts/{apikey}/{nftprojectid}/{state}`

You will receive all information (fingerprint, ipfshash, etc.) about the nfts within a specific state.
State "all" lists all available nft in this project. The other states are: "free", "reserved", "sold" and "error"
*** DEPRECATED - use the paged version ***

## Path parameters

- `apikey` string, required
- `nftprojectid` integer, required
- `state` string, required

## Response `200`

Returns a List of the NFT Class

- NFT[]
  - `id` integer
  - `uid` string, nullable
  - `name` string, nullable
  - `displayname` string, nullable
  - `detaildata` string, nullable
  - `ipfsLink` string, nullable
  - `gatewayLink` string, nullable
  - `state` string, nullable
  - `minted` boolean
  - `policyId` string, nullable
  - `assetId` string, nullable
  - `assetname` string, nullable
  - `fingerprint` string, nullable
  - `initialMintTxHash` string, nullable
  - `series` string, nullable
  - `tokenamount` integer
  - `price` integer, nullable
  - `selldate` string, date-time, nullable
  - `paymentGatewayLinkForSpecificSale` string, nullable
  - `priceSolana` integer, nullable
  - `priceAptos` integer, nullable
  - `priceMidnight` integer, nullable

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `406` — The state was not known - possible states are: free, reserved, sold, error and all

---

[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)
