> For the complete documentation index, see [llms.txt](https://wiki.relictum.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.relictum.pro/developing/relictum-finance.md).

# Relictum Finance

<figure><img src="/files/SsNrjb5PkLRCDLke6Lov" alt=""><figcaption></figcaption></figure>

The Relictum Finance API allows you to accept payments online, on your website. We will help you set up your first payments connection and enable you to sell and buy USDR.​

<https://relictum.finance/>

​

#### Callback <a href="#callback" id="callback"></a>

Cryptobank will send a request to the URL you specified when the status of the order you have created changes to successful or canceled.

​[Read more](/developing/relictum-finance/callback.md)​

#### User verification <a href="#user-verification" id="user-verification"></a>

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.

​[Read more](/developing/relictum-finance/user-verification.md)​

#### Status <a href="#status" id="status"></a>

It is not necessary to use this request if you correctly process callback requests from the cryptobank to update transaction statuses, but it allows you to check the current status of any transaction in the cryptobank at any time

​[Read more](/developing/relictum-finance/status.md)​

#### Purchase <a href="#purchase" id="purchase"></a>

The request allows you to create a USDR purchase order for the selected cryptocurrency. The response contains information about the created order, including the created order ID, which must be saved.​Read more​List of available merchantsThe request allows you to get the list of cryptobank payment gateways available for your account, including up-to-date information on rates and commissions.​

[Read more](/developing/relictum-finance/purchase.md)

#### List of available merchants

The request allows you to get the list of cryptobank payment gateways available for your account, including up-to-date information on rates and commissions.

[Read more](/developing/relictum-finance/list-of-available-merchants.md)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.relictum.pro/developing/relictum-finance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
