Export Account Secrets

Exporting the secret mnemonic an account is the only way to recover it when lost.

Required ParamPurposeRequirements

account_id

The account on which to perform this action.

Account must exist in the wallet.

Example

{
  "method": "export_account_secrets",
  "params": {
    "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Outputs

If the account was generated using version 1 of the key derivation, entropy will be provided as a hex-encoded string.

If the account was generated using version 2 of the key derivation, mnemonic will be provided as a 24-word mnemonic string.

Last updated