---
title: "Create a new account locally"
method: POST
path: "/keys"
tags: ["ICS1"]
---

# Create a new account locally

`POST /keys`

## Request body

- object
  - `name` string, required
  - `password` string, required
  - `seed` string, required

## Response `200`

Returns account information of the created key

- KeyOutput
  - `name` string
  - `address` string
  - `pub_key` string
  - `type` string
  - `seed` string

## Other responses

- `400` — Invalid request
- `409` — Key name confliction
- `500` — Server internal error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
