> 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/ru/razrabotka-integraciya/relictum-node-json-rpc-api/registraciya-novogo-polzovatelya.md).

# Регистрация нового пользователя

POST <http://127.0.0.1/api/user/new>

```json
{
	"mail": "test3@dex.ru",
	"pass": "test3"
}
```

```json
success response: {"success": true,"account_id": 15,"address": "4q9gCwTnXXy7WF485rAhDxUoYY08XH6E"}
```

```json
fail response: {"success":"false","error":"duplicate account"}
```
