Wallet Transactions

Created by Admin KL, Modified on Mon, 19 Feb at 9:32 AM by Admin KL

GET
 
/api/Wallet/Litecoin/Wallet-Transactions
Get Wallet Transactions details
To retrieve the transaction information in full
Parameters
Query
count*
Int
The number of transactions you want to retrieve
skip
Int
Skip some transactions and others (this means you can skip some certain transactions and retrieve others)
label
String
By default this is *
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! transactions retrieved
Base URL: https://kakromnilayer.io


Wallet transactions with Javascript SDK

Liaas SDK package installation

/** 
 * wallet transactions on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.walletTransactions(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