💎 QUICK START - SAFE RESERVE MINT

Endpoint that allows users to mint a reserved NFT

If the collection's owner wants to separate some assets to a certain group of people in our platform, he can do. In this case, to mint these NFTs he can call the safe reserve mint endpoint.

This endpoint accepts the following parameters:

  • amount: the amount of NFT to be minted;
  • address: the wallet address that the NFT will be minted;
  • category: the number that represents the NFT category;
  • contractAddress: the address of the contract that is deployed in our system.

Example of request:

{
    "amount": 1,
    "address": "0x7B336C8C37E3Beb00e21ba610f1ac7204C76222",
    "category": 0,
    "contractAddress": "0xE29e2b580b449c0b3b722aA4705607d94Da32393"
}

🚧

Prerequisite

It is necessary the Contract deployed in our system.

This endpoint will mint an asset with no value, just the transaction fee itself. This cost will be saved in our database and charged to the user later.