Relictum Pro
English
KNOWLEDGE BASEFAQDEVELOPING
Search
⌃K
Links
KNOWLEDGE BASE
FAQ
DEVELOPING
Relictum Finance
Relictum Node (JSON RPC API)
General information / configuration
webapi version
New user registration
Login
Getting user information
Getting balance
Export private key
Import private key
Transfer
Getting transfer status
Getting a list of wallet transactions
Powered By GitBook

New user registration

POST http://127.0.0.1/api/user/new​
{
"mail": "[email protected]",
"pass": "test3"
}
success response: {"success": true,"account_id": 15,"address": "4q9gCwTnXXy7WF485rAhDxUoYY08XH6E"}
fail response: {"success":"false","error":"duplicate account"}
Previous
webapi version
Next
Login
Last modified 6mo ago
Copy link