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:
The body is of type object.
Burned TRX information
Was this page helpful?