Generating a new mnemonic
api/v1
You can generate new mnemonic phrases to create a BIP39 wallet, such as a Hycon wallet. You can pass it as a parameter to /generateWallet
and /recoverWallet
. Please check Appendix > Language Support for a list of supported languages. language
is not case-sensitive.
Path Parameter
Parameter | Type | Required | Description |
| string | Yes | Language to generate mnemonic with |
Please check Appendix > Language Support for a list of supported languages. language
is not case-sensitive.
Response - text/plain
Parameter | Type | Description |
| string | A 12- to 24-word BIP39 phrase to seed your wallet's private key |
GET/api/v1/getMnemonic/{language}
Example request
Response (Success)
Last updated