curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getburntrx \
--header 'Content-Type: application/json' \
--data '{}'
{
"burnTrxAmount": 123
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getburntrx \
--header 'Content-Type: application/json' \
--data '{}'
{
"burnTrxAmount": 123
}
burnTrxAmount
— the total amount of TRX that has been burned (in sun units)wallet/getburntrx
method is used for:
Burned TRX information
The response is of type object
.
Was this page helpful?