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

Tokenize Property

Tokenize a new property on the Somi platform.

  • URL: /tokenize

  • Method: POST

  • Parameters:

    • name (required): The name of the property.

    • location (required): The location of the property.

    • description (optional): Additional description of the property.

    • price (required): The price of the property.

    • total_units (required): The total number of units available for tokenization.

  • Response:

{

"success": true,

"message": "Property tokenized successfully"

}

PreviousTrade Property Tokens

Last updated 1 year ago