getburntrx - Tron
getburntrx. Returns the total amount of TRX burned by the network from transaction fees.
getburntrx - tron [Value: 20CU]
Returns the total amount of TRX burned by the network from transaction fees.
Use cases
- Also available as GET
- Track cumulative TRX supply reduction from network fee burning
Constraints
- This is a network-wide aggregate, not scoped to a particular account
- Also available under /walletsolidity/ for confirmed (solidified) data instead of the latest state
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request POST \
--url https://lb.drpc.live/tron/{API-KEY}/wallet/getburntrx \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{}'Response
200
{
"burnTrxAmount": 15234821000000
}Request params
idinteger
jsonrpcstring
methodstring
int64
int64_as_stringboolean
GET only; when true, returns count as a JSON string
Response
200
Returns the total amount of TRX burned by the network from transaction fees.Response params
object
burnTrxAmountinteger
Cumulative TRX burned network-wide, in sun