---
title: "Returns the actual valid pricelist for this project (project uid)"
method: GET
path: "/GetPricelist/{apikey}/{projectuid}"
tags: ["GetPricelist"]
---

# Returns the actual valid pricelist for this project (project uid)

`GET /GetPricelist/{apikey}/{projectuid}`

You will get the predefined prices for one or more nf

## Path parameters

- `apikey` string, required
- `projectuid` string, required

## Response `200`

Returns an array of the PricelistClass

- PricelistClass[]
  - `countNft` integer
  - `priceInLovelace` integer
  - `adaToSend` string, nullable
  - `priceInEur` number, float
  - `priceInUsd` number, float
  - `priceInJpy` number, float
  - `effectivedate` string, date-time
  - `additionalPriceInTokens` Tokens[], nullable
    - `countToken` integer
    - `policyId` string, nullable
    - `assetNameInHex` string, nullable
    - `multiplier` integer
    - `totalCount` integer
    - `assetName` string, nullable
    - `decimals` integer
  - `paymentGatewayLinkForRandomNftSale` string, nullable
  - `currency` string, nullable
  - `sendBackCentralPaymentInLovelace` integer
  - `sendBackCentralPaymentInAda` string, nullable
  - `priceInLovelaceCentralPayments` integer
  - `adaToSendCentralPayments` string, nullable
  - `priceInLamport` integer
  - `solToSend` string, nullable
  - `validFrom` string, date-time, nullable
  - `validTo` string, date-time, nullable
  - `priceInOctas` integer
  - `priceInSatoshis` integer
  - `priceInNight` integer
  - `aptToSend` string, nullable
  - `nightToSend` string, nullable
  - `btcToSend` string, nullable
  - `freeMint` boolean

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `404` — 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)
