cURL
curl --request POST \ --url https://api.decentri.org/token/{address}/burn \ --header 'Content-Type: application/json' \ --data '{ "address": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2", "value": 100 }'
{ "txHash": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2" }
Reduce the supply of a token by burning a specified amount from a specific address.
The token has been successfully burned from the investor
The response is of type object.
object