Issuance
Redeem Tokens
Burn tokens from a holder address
POST
Redeems (burns) tokens from a specified account. Typically used when a security is being delisted, a holder exercises a redemption right, or tokens need to be removed from circulation.
Path Parameters
string
required
Address of the stock token contract.
Request Body
string
required
Ethereum address from which tokens are burned.
string
required
Number of tokens to redeem. Must be greater than zero.
string
Optional reason for the redemption.
Response Fields
object
Nothing is submitted on your behalf. Sign
txData with a wallet holding the required role on the token and broadcast it yourself.