---
title: "Show Sub-wallet"
method: GET
path: "/sub_wallets/{id}"
tags: ["Sub-wallets"]
---

# Show Sub-wallet

`GET /sub_wallets/{id}`

Show details of a specific sub-wallet using the given`:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- 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)
