# NFT Badge Mint

## NFT Badge Mint

<mark style="color:green;">`POST`</mark> `api/v1/oauth2-app/mint_badge`

**Headers:**&#x20;

appid: {application id}

appkey: {application key}

#### Request Body

| Name                                               | Type    | Description                    |
| -------------------------------------------------- | ------- | ------------------------------ |
| contract address<mark style="color:red;">\*</mark> | String  | contract address               |
| eth address                                        | String  | eth address                    |
| username<mark style="color:red;">\*</mark>         | String  | email/mobile/user\_eth address |
| tx\_wait<mark style="color:red;">\*</mark>         | Boolean | wait for tx result             |

{% tabs %}
{% tab title="200: OK " %}

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

{% endtab %}
{% endtabs %}
