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

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

}

PreviousEndpointsNextList Properties

Last updated 1 year ago