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