# Verify wallet pwd

## Verify wallet pwd

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

#### Headers

| Name                                           | Type   | Description  |
| ---------------------------------------------- | ------ | ------------ |
| Access-Token<mark style="color:red;">\*</mark> | String | access token |

#### Request Body

| Name                                          | Type   | Description    |
| --------------------------------------------- | ------ | -------------- |
| wallet\_pwd<mark style="color:red;">\*</mark> | String | RSA Public-key |

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

```javascript
{
    "code": 200,
    "data": "OK",
    "message": "",
    "msg": "",
    "msgTitle": null
}
```

{% endtab %}
{% endtabs %}
