/prepare-transactions with method=burnToken.
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 “burnToken”) |
tokenSymbol | string | Yes | Symbol of the token to burn |
amount | string | Yes | Amount of tokens to burn |
investorEmail | string | Yes | Email of the investor burning tokens |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json