v1
latestOpenAPI 3.0.02026-07-146561171.4 KBProjects
Lazy Create an NFT
This endpoint allows you to lazily create an NFT.
post/v2/projects/{projectId}/nfts/lazy
Path parameters
projectIdinteger required
Request body
Example request
{
"name": "Underdog NFT",
"symbol": "UPDG",
"description": "I minted this NFT with the Underdog API",
"image": "https://hatrabbits.com/wp-content/uploads/2017/01/random.jpg",
"animationUrl": "https://i.imgur.com/mGfz7Ig.mp4",
"externalUrl": "https://app.underdogprotocol.com",
"attributes": {
"points": 10,
"name": "LeBron"
},
"receiver": {
"address": "7px1aXrdcySNHEF8aQ12iHBW5a2MVsqQU1ELkTdYAgjN",
"namespace": "public",
"identifier": "kevin@underdogprotocol.com"
},
"receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}Response
Successful response
Example response
{
"name": "Underdog NFT",
"symbol": "UPDG",
"description": "I minted this NFT with the Underdog API",
"image": "https://hatrabbits.com/wp-content/uploads/2017/01/random.jpg",
"animationUrl": "https://i.imgur.com/mGfz7Ig.mp4",
"externalUrl": "https://app.underdogprotocol.com",
"attributes": {
"points": 10,
"name": "LeBron"
},
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"ownerAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"claimerAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}