Get Property Information
Retrieve detailed information about a specific property.
URL: /properties/{property_id}
Method: GET
Parameters:
property_id (required): The unique identifier of the property.
{
"property_id": "123456",
"name": "Example Property",
"location": "City, Country",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"price": 100000,
"available_units": 5,
"token_symbol": "SOMI",
"token_contract_address": "0x123abc...",
"tradeable": true
}
Last updated