Burn ERC20 Tokens
POST /asset/erc20/burn
POST
/asset/erc20/burn
Burn (destroy) a given amount of ERC20 tokens.
Note: This endpoint is in beta and may be subject to changes.
Authorizations
Request Body required
object
from
The address from which tokens will be burned.
string
amount
The amount of tokens to burn.
string
contractDeploymentId
The deployment ID of the ERC20 contract.
string
signingWalletId
The wallet ID used to sign the transaction.
string
Responses
200
ERC20 tokens burned successfully.
object
queryId
string
uuid
400
Bad request, missing or invalid parameters.
object
code
HTTP status code.
integer
status
Status message, e.g., “INTERNAL_SERVER_ERROR”.
string