wallet

Create new wallet from existing mnemonic seed

post/wallet/restore

Request body

passstring required

Password to encrypt wallet file with

mnemonicstring required

Mnemonic seed

mnemonicPassstring

Optional pass to password-protect mnemonic seed

usePre1627KeyDerivationboolean required

use incorrect(previous) BIP32 key derivation (see https://github.com/ergoplatform/ergo/issues/1627 for details). It's recommended to set to 'true' if the original wallet was created by ergo node before v4.0.105.

Response

Wallet restored successfully

Changes