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
}TRON API method that retrieves information about burned TRX tokens, showing the total amount of TRX permanently removed from circulation.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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?