📙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

Headers

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