Client 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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.