⏺️Address Transactions
Get all transactions of a particular address with no wallet specified
Address transactions without specifying the wallet
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get Address Transactions with Javascript SDK
/**
* Get all Address Transactions on Litecoin Blockchain
**/
//all the parameters specified here are the same as all the parameters in the API implementation
//pass your API key or Node URL
const response = await liaasSdk.ltcAddressTransactions(
nodeUrl_or_apiAccessKey,
address,
take = 10,
skip=0,
label = "*"
);FAQs: Common Error Handling and Solutions
Last updated
Was this helpful?