Skip to main content

/walletsolidity/getburntrx REST API Endpoint

Gets the amount of TRX burned due to on-chain transaction fees since No. 54 Committee Proposal took effect (Confirmed state).

Updated on
Oct 4, 2023

/walletsolidity/getburntrx REST API Endpoint

Before the implementation of the No. 54 Committee Proposal, transaction fees were destroyed by transferring them to the black hole address TLsV52sRDL79HXGGm9yzwKibb6BeruhUzy. However, after the proposal takes effect, transaction fees will no longer be transferred to the black hole address but will be directly recorded in the node database. To query the amount of TRX burned due to on-chain transaction fees after the proposal takes effect, you can use this interface. To estimate the amount of TRX that was destroyed before the proposal takes effect, you can subtract the initial balance of the black hole address from the current balance of the black hole address.

Parameters

This method does not accept any parameters

Returns

burnTrxAmount
The amount of TRX burned, in sun
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/getburntrx \
2
--request GET \
3
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free