---
title: "List Sub-wallets"
method: GET
path: "/sub_wallets/{account_id}"
tags: ["Sub-wallets"]
---

# List Sub-wallets

`GET /sub_wallets/{account_id}`

List all the sub-wallets that belong to a user's wallet account. These are specified by the wallet `account_id`.

## Path parameters

- `account_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- SubWallets
  - `sub_wallets` SubWallet[]
    - `sub_wallets` SubWalletSubWallets
      - `id` string, uuid
      - `name` string
      - `balance` integer
      - `active` boolean
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `currency` string
      - `links` SubWalletSubWalletsLinks
        - `self` object
        - `users` object
        - `transactions` object
        - `wallet_accounts` object

## Other responses

- `422` — unprocessable content

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
