Mint Additional Supply of ERC1155
Mint additional supply
Mints additional supply of an existent NFT
POST
https://api.alturanft.com/api/v2/item/mint
Takes an item's collection address, tokenId, amount to mint, address to mint to (to) and your API key and mints additional supply of the specified NFT to the specified address.
Only works if the circulating supply is less than the maximum supply
Query Parameters
Name
Type
Description
apiKey*
String
Your API key
Request Body
Name
Type
Description
address*
String
The item's collection address
tokenId*
Integer
The item's tokenId
amount*
Integer
The amount of additional supply you want to mint
to*
String
The address you want to mint the additional supply to
You do not need to mint the additional supply to your own wallet, instead, you can mint them to someone else's wallet right away
Only works if the circulating supply is less than the maximum supply
Last updated