/api/Wallet/Litecoin/Wallet-details
POST
/api/Assets/Litecoin/NFt-Details
Get Non-fungible Token details
Returns the NFT information in details
Parameters
Header
Walletname*
String
The wallet name
Content-Type*
application/json
application in JSON format
Authorization*
Bearer <your Key>
attach your API key here
Body
tokenidstart*
Int
The first token in the range to set data on
tokenidend*
Int
The last token in the range to set data on
propertyid
Long
Responses
200: OK
Success! NFT details retrieved
Base URL: https://kakromnilayer.io
SDA / NFT Details with Javascript SDK
Liaas SDK package installation
/** * SDA or NFT Details on Litecoin Blockchain **/ //pass your API key, wallet name, and the encrypted key const response = await liaasSdk.nftDetails( apiAccessKey, tokenidstart, tokenidend, propertyId);
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