/prepare-transactions
with method=mintToken
.
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
tokenSymbol | string | Yes | Symbol of the token to mint |
userToMint | array | Yes | Array of users to mint tokens to |
gasLimit | string | No | Optional gas limit |
rpcUrl | string | No | Optional RPC URL |
userToMint Object Structure
Parameter | Type | Required | Description |
---|---|---|---|
email | string | Yes | Email of the recipient |
investorAddress | string | Yes | Address of the recipient |
amount | string | Yes | Amount of tokens to mint |
needWhitelist | boolean | Yes | Whether the user needs to be whitelisted |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json