/prepare-transactions with method=claimTokens.
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 “claimTokens”) |
tokenSymbol | string | Yes | Symbol of the token to claim |
investorAddress | string | Yes | Address of the investor claiming tokens |
investorEmail | string | Yes | Email of the investor |
paymentTokenSymbol | string | Yes | Symbol of the payment token used in the STO |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.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
application/json