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
Relictum Node API
Powered By GitBook

Login

POST http://127.0.0.1/api/user/login​
{
"mail": "[email protected]",
"pass": "test"
}
success response: {"success":true,"auth":"5b3c7fafaa75a3e95a70ca80de6b6888"}
fail response: {"success":"false","error":"Wrong password"}
Previous
New user registration
Next
Getting user information
Last modified 10mo ago