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"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.