wallet

Check whether mnemonic phrase is corresponding to the wallet seed

post/wallet/check

Request body

mnemonicstring required

Mnemonic seed (optional)

mnemonicPassstring

Optional pass to password-protect mnemonic seed

Response

Whether passphrase match wallet

matchedboolean required

true if passphrase matches wallet, false otherwise

Changes