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"
}
Last updated