v1
latestOpenAPI 3.0.02026-07-2640301.0 MBClient Account Wallets Endpoints
account/client-accounts/wallets
This endpoint allows you to retrieve a list of wallets belong to a client account.
get/account/client-accounts/wallets
Response
Example response
{
"Wallets": {
"0": {
"WalletName": "Savings",
"Currency": "CAD",
"WalletColor": "#000000"
}
}
}