SOMI Network API Docs
SOMI Real Estate Platform API Documentation
SOMI Real Estate Platform API Documentation
  • SOMI API Documentation
  • Base URL
  • Authentication
  • Endpoints
    • Get Property Information
    • List Properties
    • Trade Property Tokens
    • Tokenize Property
Powered by GitBook
On this page
  1. Endpoints

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

}

]

}

PreviousGet Property InformationNextTrade Property Tokens

Last updated 1 year ago