Create a new wallet (collection of keys) with the given parameters.
/v1/wallet
MasterDerivationKey is used to derive ed25519 keys for use in wallets
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/wallet' \ --header 'X-KMD-API-Token: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "master_derivation_key": [ 1 ], "wallet_driver_name": "text", "wallet_name": "text", "wallet_password": "text" }'
No body