Skip to main content

GetBurnTRX

GET

Query the amount of TRX burned due to on-chain transaction fees since No. 54 Committee Proposal took effect
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Responses
burnTrxAmountinteger
Amount of TRX burned, in sun.
cURL
curl -X GET 'https://tron-mainnet.nodit.io/wallet/getburntrx' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'