---
title: "Create Wallet"
method: POST
path: "/gateway/wallets/create"
tags: ["Gateway"]
---

# Create Wallet

`POST /gateway/wallets/create`

Create a new wallet in Gateway.

Args:
    request: Contains chain and set_default flag

Returns:
    Dict with address and chain of the created wallet.

Example: POST /gateway/wallets/create
{
    "chain": "solana",
    "set_default": true
}

## Request body

- CreateWalletRequest — Request to create a new wallet in Gateway
  - `chain` string, required — Blockchain chain (e.g., 'solana', 'ethereum')
  - `set_default` boolean — Set as default wallet for this chain

## Response `200`

Successful Response

- object

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