/prepare-transactions
with method=newSto
.
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
tokenizerEmail | string | Yes | Email of the tokenizer |
tokenAmount | string | Yes | Amount of tokens for the STO |
offeringName | string | Yes | Name of the STO offering |
startDate | string | Yes | Start date of the STO (ISO format) |
endDate | string | Yes | End date of the STO (ISO format) |
acceptedCoin | string | Yes | Accepted payment token symbol |
minRaiseUSD | string | Yes | Minimum raise amount in USD |
maxRaiseUSD | string | Yes | Maximum raise amount in USD |
minInvestment | string | Yes | Minimum investment amount |
maxInvestment | string | Yes | Maximum investment amount |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json