List Properties

Retrieve a list of available properties for trading.

  • URL: /properties

  • Method: GET

  • Response:

{

"properties": [

{

"property_id": "123456",

"name": "Example Property 1",

"location": "City, Country",

"price": 100000,

"available_units": 5,

"token_symbol": "SOMI",

"token_contract_address": "0x123abc...",

"tradeable": true

},

{

"property_id": "789012",

"name": "Example Property 2",

"location": "City, Country",

"price": 150000,

"available_units": 3,

"token_symbol": "SOMI",

"token_contract_address": "0x456def...",

"tradeable": true

}

]

}

Last updated