---
title: "List customer wallets"
method: GET
path: "/customers/{uuid}/wallets"
tags: ["Customers"]
---

# List customer wallets

`GET /customers/{uuid}/wallets`

## Path parameters

- `uuid` string, required

## Response `200`

List of wallets

- object
  - `data` Wallet[]
    - `id` integer
    - `self` string
    - `uuid` string
    - `type` string, nullable — Wallet provider type (e.g. `CLEARJUNCTION`, `CURRENCYCLOUD`). Null for standard wallets.
    - `balance` number, float
    - `currency` string
    - `tag` string, nullable
    - `metadata` object, nullable
    - `created_at` string, date-time, nullable
    - `connections` Connections — Hypermedia links to related resources.

---

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