Generating a new HD wallet root key
api/v1
Request Body - Content-Type: application/json;charset=utf-8
Parameter | Type | Required | Description |
| string | No | Root key generated from the mnemonic. If present, response will only contain this root key. |
| string | No | A 12- to 24-word BIP39 phrase to seed your wallet's root key |
| string | No | Regional language to generate your wallet's mnemonic phrase (Default: English) |
| string | No | Passphrase of your HD wallet |
| number | No | The index of the HD wallet to lookup. If present, a specific wallet address will be returned from this HD wallet. |
Please check Appendix > Language Support for more information. $language is not case-sensitive.
Response - 200 OK, application/json
Parameter | Type | Description |
| string | Root key generated from the mnemonic. If present, response will only contain this root key. |
| string | A 12- to 24-word BIP39 phrase to seed your wallet's root key |
| string | Regional language to generate your wallet's mnemonic phrase (Default: English) |
| string | Index of the HD wallet (Present if |
| number | The generated Hycon wallet address. (Present if |
Response Error Table
Status | Error | Message |
400 |
| mnemonic or language is invalid/mismatched |
404 |
| the resource cannot be found / currently unavailable |
POST/api/v1/HDWallet
Example request body
Example request
Response (Success)
Last updated