Skip to content
Login and Registration

Export MnemonicTry API

POST chain_exportKeystore (Export Mnemonic)

exportmnemonic

Return Values

info:use base64encryptionmnemoniccontent

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_exportKeystore",
"params": [
  "opcode=Account&subcode=exportMnem",
  "encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "2ec689ba8b07f98ed9e6b504",
 "result": {
   "ret":  "0",
   "err":  "",
   "content": {
     "info":  "cGxlYXNlIGF0aGxldGUgaGVhdnkgYXVndXN0IHRydXRoIHJvYXN0IG1pcmFjbGUgc3Ryb25nIGVsYm93IGRpc21pc3Mgc3BlbGwgY2hpY2tlbg==" //
  }
}
}

On this page