List wallets
  GET /v1/wallets     
 GET
 /v1/wallets
 Lists all of the wallets that kmd is aware of.
Authorizations
Request Body
APIV1GETWalletsRequest is the request for GET /v1/wallets
object
Responses
200
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>