ERC-20
Burn Tokens
Burns tokens of the specified ERC20 token type.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Token address or symbol.
Example:
"0xabcdef"
Query Parameters
Network identifier where the token contract was deployed.
Example:
10004
Amount of tokens to be burned.
Example:
10
Response
200
application/json
Successful token burning.
The response is of type object
.