NFT Badge Mint
There are two API methods for you to Mint the NFT Badge for users. The recipients need to be Nuvo users and have NuvoPass
NFT Badge Mint
Request Body
Name
Type
Description
{
"code": 200,
"data":{
"tx": "0x111111111111111111111111" // tx hash
}
"msg": "ok"
}Last updated