Getting details of an HD wallet root key
api/v1
Request Body - Content-Type: application/json;charset=utf-8
Parameter | Type | Required | Description |
| string | Yes | Root key generated from the mnemonic. |
| number | No | The starting index of the HD wallet to lookup (Default: 0) |
| number | No | The number of wallet addresses to return for the lookup (Default: 10) |
Response - 200 OK, application/json
Parameter | Type | Description |
| list | A list of addresses with the following parameters: |
| string | The amount of Hycon in the address |
| string | The amount of Hycon pending in the address |
| number | Index value of the address in the HD walelt |
Response Error Table
Status | Error | Message |
404 |
| the wallet cannot be found |
POST/api/v1/getHDWalletFromRootKey
Example request body
Example request
Response (Success)
Last updated