Ixian Documentation Welcome to Ixian Documentation Pages, here you can learn more about Ixian and how to get started quickly!

Load Wallet

Loads another wallet from file. If wallet is already loaded, it won’t reload it but just return it’s primary address.

Method: loadWallet

Input parameters:

Parameter Type Required Description
file String Yes Filename of the wallet file.
password String Yes Password of the provided wallet.

Errors:

Error Description
RPC_WALLET_ERROR An error occurred. File doesn’t exist, is incorrect or incorrect password is used.
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

Example:

GET http://localhost:8081/loadWallet

{
  "result": "4iMKArchGjmLsZFsj2tYrBgPjjypvEwquB2pnbEvYAyihSeEi1FN5XBsWru2iKDXK",
  "error": null,
  "id": null
}

Cookies Policy

To make this site work properly, we sometimes place small data files called cookies on your device. Most big websites do this too.