/prepare-transactions with method=closeOffer.
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 “closeOffer”) |
tokenSymbol | string | Yes | Symbol of the token for the offer to close |
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
Authorizations
Body
application/json