---
title: "Initialize new wallet with randomly generated seed"
method: POST
path: "/wallet/init"
tags: ["wallet"]
---

# Initialize new wallet with randomly generated seed

`POST /wallet/init`

## Request body

- InitWallet
  - `pass` string, required — Password to encrypt wallet file with
  - `mnemonicPass` string — Optional pass to password-protect mnemonic seed

## Response `200`

New wallet with randomly generated seed created successfully

- InitWalletResult
  - `mnemonic` string, required — Mnemonic seed phrase

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/fb8d02ee5bf6/schema)
