---
title: "Create Subaccount"
method: POST
path: "/user/subaccounts"
tags: ["user"]
---

# Create Subaccount

`POST /user/subaccounts`

Allocates a new subaccount ID for the authenticated user and returns it in the response body.

## Response `200`

OK

- CreateSubaccountResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `account_id` string, uuid, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
