---
title: "Returns detail information about nfts with a specific state with Pagination support. (project uid)"
method: GET
path: "/GetNfts/{apikey}/{projectuid}/{state}/{count}/{page}"
tags: ["GetNfts"]
---

# Returns detail information about nfts with a specific state with Pagination support. (project uid)

`GET /GetNfts/{apikey}/{projectuid}/{state}/{count}/{page}`

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"

## Path parameters

- `apikey` string, required
- `projectuid` string, required
- `state` string, required
- `count` integer, required
- `page` integer, required

## Query parameters

- `orderby` string

## 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.)
- `404` — Not Found
- `406` — The projectuid 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/versions/e8a273d527a4/schema)
