---
title: "Check whether mnemonic phrase is corresponding to the wallet seed"
method: POST
path: "/wallet/check"
tags: ["wallet"]
---

# Check whether mnemonic phrase is corresponding to the wallet seed

`POST /wallet/check`

## Request body

- CheckWallet
  - `mnemonic` string, required — Mnemonic seed (optional)
  - `mnemonicPass` string — Optional pass to password-protect mnemonic seed

## Response `200`

Whether passphrase match wallet

- PassphraseMatch
  - `matched` boolean, required — true if passphrase matches wallet, false otherwise

## Other responses

- `default` — Error

---

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