---
title: "Add Account"
method: POST
path: "/accounts/add-account"
tags: ["Accounts"]
---

# Add Account

`POST /accounts/add-account`

Create a new account with default configuration files.

Args:
    account_name: Name of the new account to create

Returns:
    Success message when account is created

Raises:
    HTTPException: 400 if account already exists

## Query parameters

- `account_name` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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