wallet
Initialize new wallet with randomly generated seed
Initializes a brand new wallet by generating a fresh BIP-39 mnemonic seed phrase on the server. The seed is encrypted on disk with pass and the returned mnemonic is the ONLY copy — the caller must back it up, the node will not show it again. Fails if a wallet file already exists; use /wallet/restore to overwrite from a known mnemonic instead.
post/wallet/init
Request body
Response
New wallet with randomly generated seed created successfully