latestOpenAPI 3.0.02026-07-2640301.0 MB
7033bd231ec7
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"
}
}
}