closeOffer
Create Transaction
closeOffer
Prepares unsigned transactions for the closeOffer method.
POST
closeOffer
Prepares unsigned transactions for closing an active Security Token Offering (STO). This endpoint is equivalent to calling
/prepare-transactions with method=closeOffer.
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
Request body for closeOffer.
Required. Must be closeOffer.
Available options:
closeOffer Required. Wallet address that will sign the prepared transaction.
Required. Blockchain network identifier. Hex format is recommended, for example Sepolia aa36a7.
Required. Token symbol. Must be 2 to 5 uppercase letters or numbers.
Required. Tokenizer email.
Optional. Gas limit override. If omitted, the API estimates gas automatically.
Optional. Private RPC URL override. If omitted, the API uses the configured RPC for chainId.
Optional. Nonce override. If omitted, the API reads the pending nonce from the RPC.