Create a new wallet (collection of keys) with the given parameters.
APIV1POSTWalletRequest is the request for POST /v1/wallet
POST /v1/wallet
MasterDerivationKey is used to derive ed25519 keys for use in wallets
POST /v1/wallet HTTP/1.1 Host: algo.nownodes.io X-KMD-API-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 103 { "master_derivation_key": [ 1 ], "wallet_driver_name": "text", "wallet_name": "text", "wallet_password": "text" }
Response to POST /v1/wallet
No content