List wallets
  GET /v1/wallets    
 GET
 /v1/wallets
 Lists all of the wallets that kmd is aware of.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”APIV1GETWalletsRequest is the request for GET /v1/wallets
object
Responses
Section titled “ Responses ”Response to GET /v1/wallets
APIV1GETWalletsResponse is the response to GET /v1/wallets
friendly:ListWalletsResponse
object
 error    
 boolean
  message    
 string
  wallets    
 Array<object>
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>