wallet/getburntrx
Network information
wallet/getburntrx | TRON
TRON API method that retrieves information about burned TRX tokens, showing the total amount of TRX permanently removed from circulation.
POST
wallet/getburntrx
TRON API method that retrieves information about burned TRX tokens, showing the total amount of TRX permanently removed from circulation.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method does not require any parameters.Response
burnTrxAmount— the total amount of TRX that has been burned (in sun units)
Use case
Thewallet/getburntrx method is used for:
- Monitoring the deflationary mechanism of the TRON network
- Analyzing the total supply reduction over time
- Building economic analysis tools for TRON tokenomics
- Creating dashboards showing network burn statistics
- Tracking the impact of transaction fees on TRX supply
Body
application/json
The body is of type object.
Response
200 - application/json
Burned TRX information
Last modified on May 18, 2026