> 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-node-json-rpc-api.md).

# Relictum Node (JSON RPC API)

​

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

### General information / configuration <a href="#general-information--configuration" id="general-information--configuration"></a>

​[Read more](/developing/relictum-node-json-rpc-api/general-information-configuration.md)​

### webapi version <a href="#webapi-version" id="webapi-version"></a>

​[Read more](/developing/relictum-node-json-rpc-api/webapi-version.md)​

### New user registration <a href="#new-user-registration" id="new-user-registration"></a>

​[Read more](/developing/relictum-node-json-rpc-api/new-user-registration.md)​

### Login <a href="#login" id="login"></a>

​[Read more](/developing/relictum-node-json-rpc-api/login.md)​

### Getting user information <a href="#getting-user-information" id="getting-user-information"></a>

​[Read more​](/developing/relictum-node-json-rpc-api/getting-user-information.md)

### Getting balance <a href="#getting-balance" id="getting-balance"></a>

[​Read more](/developing/relictum-node-json-rpc-api/getting-balance.md)​

### Export private key <a href="#export-private-key" id="export-private-key"></a>

[​Read more](/developing/relictum-node-json-rpc-api/export-private-key.md)​

### Import private key <a href="#import-private-key" id="import-private-key"></a>

​[Read more](/developing/relictum-node-json-rpc-api/import-private-key.md)​

### Transfer <a href="#transfer" id="transfer"></a>

[Read more](/developing/relictum-node-json-rpc-api/transfer.md)

### Getting transfer status <a href="#getting-transfer-status" id="getting-transfer-status"></a>

[Read more](/developing/relictum-node-json-rpc-api/getting-transfer-status.md)

### Getting a list of wallet transactions <a href="#getting-a-list-of-wallet-transactions" id="getting-a-list-of-wallet-transactions"></a>

[Read more](/developing/relictum-node-json-rpc-api/getting-a-list-of-wallet-transactions.md)


---

# 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-node-json-rpc-api.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.
