Burn Token (ERC-20)
Burn fungible tokens. Burning fungible tokens deletes the specified supply of the tokens (the amount parameter in the request body) from the smart contract (the contractAddress parameter in the request body). Supported blockchains: XDC, ETH, BSC, POL, ALGO
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The blockchain network (must be 'ALGO').
ALGO
The contract address of the token.
The sender's private key.
The transaction fee for ALGO network.
The blockchain network (must be 'ALGO').
ALGO
The contract address of the token.
The sender's private key.
The transaction fee for ALGO network.
The blockchain network (e.g., ETH, BSC, POL, XDC).
The contract address of the token.
The sender's private key.
The amount of tokens to burn.
The nonce of the transaction (optional).