Recover a wallet
api/v1
Request Body - Content-Type: application/json;charset=utf-8
Parameter | Type | Required | Description |
| string | Yes | A unique wallet name |
| string | Yes | A 12- to 24-word BIP39 phrase to seed your wallet's private key |
| string | Yes | Language of your wallet's mnemonic |
| string | No | A password used to authenticate wallet use |
| string | No | Custom text used as part of your wallet's address generation |
| string | No | A hint for your password |
Please check Appendix > Language Support for more information. $language is not case-sensitive.
Response - 200 OK, text/plain
Parameter | Type | Description |
| string | A 12- to 24-word BIP39 phrase to seed your wallet's private key |
POST/api/v1/recoverWallet/
Example request body
Example request
Response (Success)
Response (Error)
Last updated