---
title: "List associated wallets."
method: POST
path: "/v0.2.4/wallets/list"
tags: ["Wallet"]
---

# List associated wallets.

`POST /v0.2.4/wallets/list`

## Request body

- object
  - `subAccount` string — Subaccount if any.

## Response `200`

Success.

- object
  - `status` string — Status of the response.
  - `message` string — Descriptive message.
  - `data` object[] — List of wallets retrieved.
    - `id` string — Unique ID of the wallet.
    - `owner` string — ID of the owner of the wallet.
    - `balance` number — Balance of the wallet.
    - `type` string — Type of the wallet.
    - `transactions` object[] — List of transactions for the wallet.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
