Wallet Details

Created by Admin KL, Modified on Mon, 19 Feb at 8:33 AM by Admin KL

/api/Wallet/Litecoin/Wallet-details


get wallet details

 /api/Wallet/Litecoin/Wallet-details
Get Wallet details
Returns the Wallet information in full


ParametersHeader
WalletnameStringThe wallet name
Content-Type*application/jsonapplication in JSON format
Authorization*Bearer <your Key>attach your API key here


Responses
200: OKSuccess! Wallet information retrieved


Wallet Details with Javascript SDK

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article