Skip to content

exportWalletKeys

AxVultis edited this page Apr 25, 2023 · 2 revisions

The exportWalletKeys method exports the keys of the wallet into a new file. The exported wallet is stored in the same folder as the running wallet.

Request Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 26,
  "method": "exportWalletKeys",
  "params": {
    "exportFilename": "exportedKeys.wallet"
  }
}

Request Details:

Argument Mandatory Description Format
exportFilename Yes Filename of the exported wallet string

Response Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 26,
  "result": {}
}
Clone this wiki locally