Mint New ERC1155 NFT
Create and mint a new NFT to a specific recipient
Create and mint a new NFT to a specific recipient
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}{
// Response
}// Example
{
"chainId": 11155111,
"collectionAddress": "0xefbda619dba1b282e13f4602084188a8f8451a93",
"recipient": "0x8dDC089aa4CC1150a614E0953eFE81d742C03684",
"item": {
"name": "Sepolius Item",
"description": "Is it magical?",
"imageUrl": "https://ipfs.io/ipfs/Qmc7s8t2Et9RK5Vzv9usPawk6TtU7i7oABJ7oF4NwoTpQW/756.png",
"fileType": "image/png",
"properties": [
{ "name": "Level", "value": "God", "static": true }
],
"isStackable": true,
"isConsumable": false,
"initialSupply": 5,
"maximumSupply": 10,
"royaltyFee": 50 // 5%
}
}Last updated