claimTokens
Prepares unsigned transactions for the claimTokens method.
/prepare-transactions with method=claimTokens.
Notes
- Tokens can only be claimed after the STO has ended successfully
- The investor must have participated in the STO
- Each investor can only claim their allocated tokens once
- The claiming process transfers the purchased tokens to the investor’s address
Authorizations
Body
Request body for claimTokens. signerAddress is optional when investorAddress signs the transaction.
Required. Must be claimTokens.
claimTokens 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. Investor email.
Required. Investor wallet address. Used as signerAddress when signerAddress is omitted.
^0x[a-fA-F0-9]{40}$Optional. Wallet address that will sign the prepared transaction. If omitted, the API uses investorAddress for this method.
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.