# User verification

This request is optional, but it will allow you to check the correctness of filling in the email field, as well as provide the end user with a hint about filling in the relictum field (if he is given such an opportunity), in the case when this email is already registered in the cryptobank.

Response sample

```json
GET  https://relictum.finance/api/v1/user/get-relictum?email=<email>
Content-Type:  application/json
{
    "success":  true,
    "relictum"  null
}
```

* \<email> — end user's email address.


---

# 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://wiki.relictum.pro/developing/relictum-finance/user-verification.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.
