📙Property Details

Get the property Identifier detailed information

Get full details of property identifier

GET /api/Explorer/propertyId

To retrieve the transaction information in full (API reference)

Query Parameters

Name
Type
Description

propertyId*

String

property identifier

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

Property Details with Javascript SDK

Liaas SDK package installation

/** 
 * Get the details of a property Identifier on Litecoin Blockchain
**/
 
//pass your API key or Node URL
const response = await liaasSdk.propertyIdDetails(nodeUrl_or_apiAccessKey, propertyId);

Last updated

Was this helpful?