> For the complete documentation index, see [llms.txt](https://docs.certhis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certhis.io/certhis-wallet/generate-wallet.md).

# Generate Wallet

**Wallet by Email:**

Certhis Wallet offers an endpoint that allows for generating or retrieving a wallet linked to an email. This feature is particularly useful for applications that want to provide wallet access via email authentication.

#### Example of request:

```
https://wallet-api.certhis.io/wallet?email=test@gmail.com
```

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

<table><thead><tr><th width="319">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>email</td><td>the <code>string</code> representing email of user</td></tr></tbody></table>
{% endtab %}

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

```
{
   "status":true,
   "message":"success",
   "data":{
      "wallet":"0x10074b3ef26f7512d439fb7cf2943a4de084730a"
   }
}
```

{% endtab %}
{% endtabs %}

## GET List of contracts
