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/nft/owner_mint

Headers

NameTypeDescription

Access-Token*

String

access token

Request Body

NameTypeDescription

contract_address*

String

contract address

eth_address*

String

eth address

{
  "code": 200,
  "data": {
    "tx_hash": "0x6e53dcb3f24d2ad000ed1c45c60fe14b44c2bf3122283464554971840b7496ae",
  },
  "message": "",
  "msg": "",
  "msgTitle": null
}

Last updated