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