For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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.

Last updated