{
"data": [
{
"name": "Gold Wallet",
"type": "regular",
"currency_id": 1000004,
"currency_symbol": "",
"currency_code": "MAU",
"is_cash": false,
"balance": 0,
"blocked": 0,
"real_balance": 0
},
{
"name": "Silver Wallet",
"type": "regular",
"currency_id": 1000005,
"currency_symbol": "",
"currency_code": "MAG",
"is_cash": false,
"balance": 0,
"blocked": 0,
"real_balance": 0
},
{
"name": "Cash Wallet",
"type": "regular",
"currency_id": 1000000,
"currency_symbol": "£",
"currency_code": "GBP",
"is_cash": true,
"balance": 0,
"blocked": 0,
"real_balance": 0
}
],
"success": true,
"code": 0,
"message": ""
}