---
title: "Recover a account from a seed"
method: POST
path: "/keys/{name}/recover"
tags: ["ICS1"]
---

# Recover a account from a seed

`POST /keys/{name}/recover`

## Path parameters

- `name` string, required

## Request body

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

## Response `200`

Returns account information of the recovered 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)
