---
title: "Returns the count of the sold, reserved and free nfts (project id)"
method: GET
path: "/GetCounts/{apikey}/{nftprojectid}"
tags: ["GetCounts"]
---

# Returns the count of the sold, reserved and free nfts (project id)

`GET /GetCounts/{apikey}/{nftprojectid}`

You will get the count of all sold, reserved and free nfts of a particular project

## Path parameters

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

## Response `200`

Returns the NftCountsClass

- NftCountsClass
  - `nftTotal` integer
  - `sold` integer
  - `free` integer
  - `reserved` integer
  - `error` integer
  - `blocked` integer
  - `totalTokens` integer
  - `totalBlocked` integer
  - `unknownOrBurnedState` integer

## Other responses

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

---

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