---
title: "Lists all your projects with pagination"
method: GET
path: "/ListProjects/{apikey}/{count}/{page}"
tags: ["ListProjects"]
---

# Lists all your projects with pagination

`GET /ListProjects/{apikey}/{count}/{page}`

You will receive a list with all of your projects
            
IMPORTANT:
This function uses an internal cache. All results will be cached for 10 seconds. You do not need to call this function more than once in 10 seconds, because the results will be the same.

## Path parameters

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

## Response `200`

Returns the NftProjectsDetails Class

- NftProjectsDetails[]
  - `id` integer
  - `projectname` string, nullable
  - `projecturl` string, nullable
  - `projectLogo` string, nullable
  - `state` string, nullable
  - `free` integer
  - `sold` integer
  - `reserved` integer
  - `total` integer
  - `blocked` integer
  - `totalBlocked` integer
  - `totalTokens` integer
  - `error` integer
  - `unknownOrBurnedState` integer
  - `uid` string, nullable
  - `maxTokenSupply` integer
  - `description` string, nullable
  - `addressReservationTime` integer
  - `policyId` string, nullable
  - `enableCrossSaleOnPaymentGateway` boolean
  - `adaPayoutWalletAddress` string, nullable
  - `usdcPayoutWalletAddress` string, nullable
  - `enableFiatPayments` boolean
  - `paymentGatewaySaleStart` string, date-time, nullable
  - `enableDecentralPayments` boolean
  - `policyLocks` string, date-time, nullable
  - `royaltyAddress` string, nullable
  - `royaltyPercent` number, float, nullable
  - `lockslot` integer, nullable
  - `disableManualMintingbutton` boolean
  - `disableRandomSales` boolean
  - `disableSpecificSales` boolean
  - `twitterHandle` string, nullable
  - `nmkrAccountOptions` 'none' | 'accountnecessary' | 'accountandkycnecessary'
  - `crossmintCollectiondId` string, nullable
  - `created` string, date-time
  - `blockchains` Blockchain[], nullable
  - `solanaProjectDetails` SolanaProjectDetails
    - `symbol` string, nullable
    - `collectionFamily` string, nullable
    - `collectionimage` string, nullable
    - `sellerFeeBasisPoints` integer, nullable
  - `aptosProjectDetails` AptosProjectDetails
    - `collectionImage` string, nullable
    - `collectionName` string, nullable
  - `midnightProjectDetails` MidnightProjectDetails
    - `collectionName` string, nullable
  - `solanaPayoutWalletAddress` string, nullable
  - `bitcoinPayoutWalletAddress` string, nullable
  - `aptosPayoutWalletAddress` string, nullable
  - `midnightPayoutWalletAddress` string, nullable

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `404` — The apikey or the projects where not found
- `406` — The provided informations are not valid for this request

---

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