/api/Wallet/Litecoin/Wallet-details
get wallet details
/api/Wallet/Litecoin/Wallet-details Get Wallet details Returns the Wallet information in full
Parameters | Header | |
---|---|---|
Walletname | String | The wallet name |
Content-Type* | application/json | application in JSON format |
Authorization* | Bearer <your Key> | attach your API key here |
Responses | |
---|---|
200: OK | Success! Wallet information retrieved |
BAse URL: https://kakromnilayer.io
Liaas SDK package installation
/** * Returns wallet information in full **/ //pass your API key, wallet name, and the encrypted key const response = await liaasSdk.walletDetails(apiAccessKey, walletName);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article