---
title: "Mints random Nfts and sends it to an Address"
method: GET
path: "/MintAndSendRandom/{apikey}/{nftprojectid}/{countnft}/{receiveraddress}"
tags: ["MintAndSendRandom"]
---

# Mints random Nfts and sends it to an Address

`GET /MintAndSendRandom/{apikey}/{nftprojectid}/{countnft}/{receiveraddress}`

When you call this API, random NFTs will be selected, minted and send to an ada address. You will need ADA in your Account for the transaction and minting costs.

## Path parameters

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

## Response `200`

Returns the Nft Class

- MintAndSendResultClass
  - `mintAndSendId` integer, nullable
  - `sendedNft` NFT[], nullable
    - `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.)
- `402` — Too less ADA in your account. Fill up ADA first before try to mint and send
- `404` — No more nft available
- `406` — The receiveraddress is not a valid cardano address or a valid adahandle
- `409` — There are pending transactions on the sender address (your account address). Please wait a second
- `500` — Internal server error - see the errormessage in the result

---

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