# USER

## GET User by Wallet address&#x20;

#### Example of request:

```
https://api.certhis.io/user
```

{% tabs %}
{% tab title="REQUEST" %}
Parameters<br>

<table><thead><tr><th width="387">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>wallet</td><td>the <code>string</code> representing user wallet address</td></tr></tbody></table>

{% endtab %}

{% tab title="RESPONSE" %}
Sample response

```
{
   "status":true,
   "message":"get_user",
   "data":{
      "id":205,
      "address":"0x5930d98cfc7A814d9b03295126D268d358DeC14D",
      "pseudo":"Certhis_Demo",
      "email":null,
      "profile_pic":"https://utility-apps-assets.certhis.io/upload/2022/12/20/cd461630-8068-11ed-a192-4daf4baa4978-Thumnail-5---How-to-create-your-NFT-collection-with-Certhis-62c2ad81c4f61-62d414c7177c8.png",
      "header_pic":null,
      "bio":"",
      "website":null,
      "tagline":"",
      "created":"2022-12-20T13:18:32.000Z",
      "updated":"2022-12-20T13:18:32.000Z"
   }
}
```

{% endtab %}
{% endtabs %}
