---
title: "Create Sub-wallet"
method: POST
path: "/sub_wallets"
tags: ["Sub-wallets"]
---

# Create Sub-wallet

`POST /sub_wallets`

Create a sub-wallet for a user's wallet account.This is specified by the wallet `account_id`. Use sub-wallets as a part of building your own scheduling and workflow.  Create as many as you want to manage, with no limits to the amount.

## Request body

- SubWalletCreateRequestBody
  - `account_id` string, required — Wallet Account Id for which sub-wallet is to be created.
  - `name` string — sub-wallet name

## Response `201`

OK

- SubWalletCreateResponseBody
  - `sub_wallets` SubWalletCreateResponseBodySubWallets
    - `id` string, uuid
    - `name` string
    - `balance` integer
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `currency` string
    - `links` SubWalletCreateResponseBodySubWalletsLinks
      - `self` object
      - `users` 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)
