/prepare-transactions
with method=closeOffer
.
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction (must be the tokenizer) |
chainId | string | Yes | Blockchain network identifier (hex format) |
stoId | string | Yes | ID of the STO to close |
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.Notes
- Only the tokenizer who created the STO can close it
- Closing an STO before the end date will make it unavailable for new investments
- Existing investments remain valid and tokens can still be claimed
- This action is irreversible once the transaction is confirmed