💹Wallet Details

/api/Wallet/Litecoin/Wallet-details

Get Wallet details (API reference)

GET /api/Wallet/wallet-details

Returns the full wallet information

Headers

Name
Type
Description

wallet

String

The wallet name

Content-Type*

application/json

application in JSON format

Authorization*

Bearer <your Key>

attach your API key here

Usev2*

String

Value should be true or yes

Wallet Details with Javascript SDK

Liaas SDK package installation

/** 
 * Returns wallet information in full
**/
 
 
//pass your API key or Node URL, wallet name
const response = await liaasSdk.walletDetails(nodeUrl_or_apiAccessKey, walletName);

Last updated

Was this helpful?