Create a wallet
  POST /v1/wallet     
 POST
 /v1/wallet
 Create a new wallet (collection of keys) with the given parameters.
Authorizations
Request Body
APIV1POSTWalletRequest is the request for POST /v1/wallet
object
 master_derivation_key    
 MasterDerivationKey is used to derive ed25519 keys for use in wallets
Array<integer>
  wallet_driver_name    
 string
  wallet_name    
 string
  wallet_password    
 string
 Responses
200
Response to POST /v1/wallet
APIV1POSTWalletResponse is the response to POST /v1/wallet
friendly:CreateWalletResponse
object
 error    
 boolean
  message    
 string
  wallet    
 APIV1Wallet is the API’s representation of a wallet
object
 driver_name    
 string
  driver_version    
 integer  format: uint32  
  id    
 string
  mnemonic_ux    
 boolean
  name    
 string
  supported_txs    
 Array<string>