Mint New ERC1155 NFT
Create and mint a new NFT to a specific recipient
Create and mint a new NFT to a specific recipient
POST
https://api.alturanft.com/api/v2/item/new
Takes an item's collection address, address to mint to (recipient), new NFT properties and your API key and mints additional supply of the specified NFT to the specified address.
Only works if your Altura Developer Wallet is authorized on the collection contract.
Query Parameters
Name
Type
Description
apiKey*
String
Your API key
Request Body
Name
Type
Description
collectionAddress*
String
The item's collection address
recipient*
String
The address you want to mint the new NFT supply to
chainId*
Integer
The target chain
item*
Object
See example below
Only works if your Altura Developer Wallet is authorized on the collection contract.
Last updated