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

Trade Property Tokens

Trade property tokens on the Somi platform.

  • URL: /trade

  • Method: POST

  • Parameters:

    • user_id (required): The unique identifier of the user.

    • property_id (required): The unique identifier of the property.

    • amount (required): The amount of property tokens to trade.

    • action (required): The action to perform (buy or sell).

  • Response:

{

"success": true,

"message": "Trade executed successfully"

}

PreviousList PropertiesNextTokenize Property

Last updated 1 year ago