💹Wallet Details

/api/Wallet/Litecoin/Wallet-details

get wallet details

Get Wallet details

GET /api/Wallet/wallet-details

Returns the Wallet information in full

Headers

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);

Last updated