/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
Feedback sent
We appreciate your effort and will try to fix the article