{
"success": true,
"result": {
"wallet_name": "Test_Wallet",
"coins": [
{
"coin": "GETH_UNI",
"chain_code": "GETH",
"display_code": "UNI",
"description": "",
"decimal": 18,
"can_deposit": True,
"can_withdraw": True,
"confirming_threshold": 32
},
{
"coin": "ETH",
"chain_code": "ETH",
"display_code": "ETH",
"description": "Ethereum",
"decimal": 18,
"can_deposit": True,
"can_withdraw": True,
"confirming_threshold": 12
}
]
}
}