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

NameTypeDescription

contract address*

String

contract address

eth address

String

eth address

username*

String

email/mobile/user_eth address

tx_wait*

Boolean

wait for tx result

{
   "code": 200,
   "data":{
      "tx": "0x111111111111111111111111" // tx hash
   }
   "msg": "ok"
}

Last updated