🚀NFT Details

SDA/NFT details

Get Non-fungible Token details (API reference)

POST /api/Explorer/NFTdetails

Returns the NFT information in detail

Headers

Name
Type
Description

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

Name
Type
Description

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

SDA / NFT Details with Javascript SDK

Liaas SDK package installation

/** 
 * SDA or NFT Details on Litecoin Blockchain
**/
 
//pass your API key or Node URL
const response = await liaasSdk.nftDetails(
nodeUrl_or_apiAccessKey, 
tokenidstart,
tokenidend, 
propertyId);

Last updated

Was this helpful?