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

Use cases

  • Also available as GET
  • Track cumulative TRX supply reduction from network fee burning
Constraints

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
Get started
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 '{}'
Copy
Response
200
{
  "burnTrxAmount": 15234821000000
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
Parametersint64
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