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
POST
api/v1/oauth2-app/mint_badge
Headers:
appid: {application id}
appkey: {application key}
Request Body
Name
Type
Description
contract address*
String
contract address
eth address
String
eth address
username*
String
email/mobile/user_eth address
tx_wait*
Boolean
wait for tx result
Last updated