{
"message": "Wallets created",
"wallets": [
{
"id": "97500af1-0964-419e-9ed6-3a3aeb1285bc",
"slug": "NGN Wallet",
"currency": "NGN",
"balance": "0",
"permissions": { "permissionType": "OWNER", "permissionFlowType": "ALL" },
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "NGN",
"fundingCurrencies": ["USD", "NGN"],
"withdrawalCurrencies": ["USD", "NGN"],
"showBalance": true
}
},
{
"id": "af520cb7-5205-4cfb-ab50-ab4802a488fd",
"slug": "USD Wallet",
"currency": "USD",
"balance": "0",
"permissions": { "permissionType": "OWNER", "permissionFlowType": "ALL" },
"settings": {
"walletType": "USER",
"approvalThreshold": 1,
"displayCurrency": "USD",
"fundingCurrencies": ["USD", "NGN"],
"withdrawalCurrencies": ["USD", "NGN"],
"showBalance": true
}
}
]
}