Getting details of an HD wallet
api/v1
$ curl -X POST http://localhost:2442/api/v1/getHDWallet \
-H 'Content-Type: application/json;charset=utf-8' \
-d '{
"name": "test",
"password": "",
"index": 0,
"count": 2
}'Last updated