---
title: "account/client-accounts/wallets"
method: GET
path: "/account/client-accounts/wallets"
tags: ["Client Account Wallets Endpoints"]
---

# account/client-accounts/wallets

`GET /account/client-accounts/wallets`

This endpoint allows you to retrieve a list of wallets belong to a client account.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Wallets` object — Collection of Wallets
    - `0` object
      - `WalletID` integer — ID for the wallet
      - `WalletName` string — name for the wallet
      - `Currency` string — 3 character currency code for the balance being returned.
      - `IsPrimary` integer — If the wallet is the primary wallet for this client account
      - `IsOffbook` integer — If the wallet is an offbook wallet
      - `WalletBalance` number — Indicates the total current wallet balance, including pending funds.
      - `WalletPendingBalance` number — Indicates the portion of the wallet balance which is pending due to in-progress transactions.
      - `WalletOffbookBalance` number — Indicates the total current offbook balance.
      - `Reserve` number — Indicates the portion of the wallet balance which is being held as a reserve against negative balances.
      - `RollingReserveNSF` number — Indicates the portion of the wallet balance which is being held as a reserve against NSF transactions.
      - `RollingReserveReturns` number — Indicates the portion of the wallet balance which is being held as a reserve against returned transactions.
      - `WalletColor` string — Hexadecimal color value of the wallet

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
