Offerings
Create an offering
Get offering by offeringId
POST
Body
application/json
The token ID
Example:
"0x1234567890987654321"
The title of the offering
Example:
"Decentri Fund"
The price per token
Example:
100
The offering period
The investment limits
The URL of the image
Example:
"https://example.com/image.png"
The subtitle of the offering
Example:
"Decentralized investment fund"
The description of the offering
Example:
"A decentralized investment fund"
The type of the offering
Example:
"Equity"
Response
200
application/json
The offering has been successfully retrieved
The offering ID
Example:
"cmVhY3Rpb24vMTIzNA75"
The title of the offering
Example:
"Decentri Fund"
The token of the offering
The price per token
Example:
100
The offering period
The investment limits
The subtitle of the offering
Example:
"Decentralized investment fund"
The description of the offering
Example:
"A decentralized investment fund"
The URL of the image
Example:
"https://example.com/image.png"
The type of the offering
Example:
"Equity"