📙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

Query Parameters

NameTypeDescription

propertyId*

String

property identifier

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

Base URL: https://kakromnilayer.i

Property Details with Javascript SDK

Liaas SDK package installation

/** 
 * Get the details of a property Identifier on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.propertyIdDetails(apiAccessKey, propertyId)
```

Last updated