v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
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

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Wallets": {
    "0": {
      "WalletName": "Savings",
      "Currency": "CAD",
      "WalletColor": "#000000"
    }
  }
}