🚀NFT Details

SDA/NFT details

Get Non-fungible Token details

POST /api/Explorer/NFTdetails

Returns the NFT information in details

Headers

NameTypeDescription

Content-Type*

application/json

application in JSON format

Authorization*

Bearer <your Key>

attach your API key here

Usev2*

String

Value should be true or yes

Request Body

NameTypeDescription

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

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);

Last updated