Get SDA Transaction Details

Created by Admin KL, Modified on Mon, 19 Feb at 7:58 AM by Admin KL

/api/Assets/Litecoin/NFTTransactions


GET
 
/api/Assets/Litecoin/NFTTransactions
Get SDA/NFT Transaction details in full
To retrieve the transaction information in full
Parameters
Query
Txid*
String
Contains the transaction identifier
Header
Content-Type*
application/json
application in JSON format
Authorization*
Bearer <your Key>
attach your API key here
Responses
200: OK
Success! transactions retrieved


Transactions Details with Javascript SDK

 Liaas SDK package installation

/** 
 * SDA or NFT Transactions on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.nftTransactionDetails(apiAccessKey, txId);

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