# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.certhis.io/certhis-wallet/generate-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
