/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) |
method | string | Yes | Transaction method type (should be “newSto”) |
tokenSymbol | string | Yes | Symbol of the token for the STO |
paymentTokenSymbol | string | Yes | Symbol of the payment token |
price | string | Yes | Price per token |
minInvestment | string | Yes | Minimum investment amount |
maxInvestment | string | Yes | Maximum investment amount |
startDate | string | Yes | STO start date (ISO format) |
endDate | string | Yes | STO end date (ISO format) |
tokenizerEmail | string | Yes | Email of the tokenizer |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json
Request body for newSto method.
The operation to be performed.
Example:
"newSto"