---
title: "List all Client Wallets"
method: GET
path: "/v2.01/{ClientId}/clients/wallets"
tags: ["clientWallets"]
---

# List all Client Wallets

`GET /v2.01/{ClientId}/clients/wallets`

List all Client Wallets

## Path parameters

- `ClientId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListAllClientWalletsResponse
  - `Array (Client Wallets)` ListAllClientWalletsResponseArrayClientWalletsItems[] — The list of Client Wallets.
    - `Object (Client Wallet)` ListAllClientWalletsResponseArrayClientWalletsItemsObjectClientWallet — The Client Wallet object created by MANGOPAY.
      - `Balance` ListAllClientWalletsResponseArrayClientWalletsItemsObjectClientWalletBalance — The current balance of the wallet.
        - `Currency` string — **Allowed values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> (EUR, GBP, etc.) of a <a href="/guides/currencies" target="_blank">supported currency</a> (depends on feature, contract, and activation settings). The currency of the amount.
        - `Amount` integer — The amount of the currency in its minor unit. For example, EUR 12.60 would be represented as `1260` whereas JPY 12 would be represented as just `12`.
      - `Currency` string — **Returned values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> (EUR, GBP, etc.) of a <a href="/guides/currencies" target="_blank">supported currency</a> (depends on feature, contract, and activation settings). The currency of the wallet.
      - `FundsType` string — **Returned values:** `DEFAULT`, `FEES`, `CREDIT` The type of funds in the wallet: - `DEFAULT` – Regular funds for user-owned wallets. Wallets with this `FundsType` cannot have a negative balance. - `FEES` – Fees Wallet, for fees collected by the platform, specific to the Client Wallet object. - `CREDIT` – Repudiation Wallet, for funds for the platform's dispute management, specific to the Client Wallet object. **Note:** The Fees Wallet and Repudiation Wallet are created automatically by Mangopay for each currency.
      - `Id` string — The unique identifier of the wallet. The `Id` of Client Wallet object has the format `FundsType`_`Currency`, for example: `FEES_EUR`, `CREDIT_GBP`, etc.
      - `Tag` string — Custom data that you can add to this object. For wallets, you can use this parameter to identify the corresponding end user in your platform.
      - `CreationDate` integer — Unix timestamp (UTC) of the date and time the wallet was created.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
