Skip to Content
APIProtocol Revenue Service API

Protocol Revenue Service API

Get TRON total protocol revenue

Returns a full breakdown of TRON protocol revenue โ€” burn income, staking income, energy/bandwidth splits, closing TRX price, and period-over-period comparison rates โ€” at configurable time granularity.

GET https://apilist.tronscanapi.com/api/external/turnover/new?size=1000&start=1575129600000&end=1725846158880&timeType=0

Try this endpoint in your browser โ†— ๐Ÿ”—

ParameterDescription
sizeNumber of items per page. Default: 1000
startStart time, accurate to milliseconds
endEnd time, accurate to milliseconds
timeTypeQuery granularity. 0: Day ยท 1: Month ยท 2: Quarter ยท 3: Year
formatDownload format. Set to csv to download the statistic data as a CSV file

Retrieve burn income / staking income on TRON

Returns detailed burn or staking income statistics โ€” energy/bandwidth splits, period aggregates (day / month / quarter / year), income proportions, and period-over-period change ratios โ€” for the selected income type.

GET https://apilist.tronscanapi.com/api/external/consumption/statistic?size=1000&start=1575129600000&end=1725847289598&timeType=0&type=burn

Try this endpoint in your browser โ†— ๐Ÿ”—

ParameterDescription
sizeNumber of items per page. Default: 1000
startStart time, accurate to milliseconds
endEnd time, accurate to milliseconds
timeTypeQuery granularity. 0: Day ยท 1: Month ยท 2: Quarter ยท 3: Year
formatDownload format. Set to csv to download the statistic data as a CSV file
typeIncome type to retrieve. burn: Burn income ยท stake: Staking income
Last updated on: