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