Getting details of an HD wallet
api/v1
Request Body - Content-Type: application/json;charset=utf-8
Parameter | Type | Required | Description |
| list | Yes | Name of your HD Wallet |
| string | Yes | Password of your wallet |
| string | No | Starting index of wallet to return |
| string | No | Number of wallet addresses to return |
Response Error Table
Status | Error | Message |
404 |
| the wallet cannot be found |
POST/api/v1/getHDWallet
Example request
Response (Success)
Last updated