POST
/
95e61622bf6a8af293978377718e3b77
/
wallet
/
getburntrx
wallet/getburntrx
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.
Get you 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

The wallet/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 · object

Response

200 - application/json

Burned TRX information

The response is of type object.