---
title: "List wallets"
method: GET
path: "/wallets"
tags: ["Wallets"]
---

# List wallets

`GET /wallets`

Returns a list of all wallets associated with the authenticated account.

## Query parameters

- `page` integer
- `per_page` integer

## 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.net/truust-io/apis/truust-api.md) · [All operations](https://skmtc.net/truust-io/apis/truust-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truust-io/truust-api/versions/cc81e28726b9/schema)
