Statistics

Get contract Energy consumption Data

Returns the contract's Energy statistic data.

https://apilist.tronscanapi.com/api/energydailystatistic?limit=10&day=1680502490593

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

day

Current timestamp, accurate to milliseconds

limit

Number of items . Default is 10, max is 100.

Get Energy consumption distribution

Returns the contract's Energy consumption distribution in period

https://apilist.tronscanapi.com/api/energystatistic

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

start_timestamp

Start timestamp, accurate to milliseconds

end_timestamp

End timestamp, accurate to milliseconds

size

Number of items. Max: 1000

type

Statistic type. Valid values: 0, 1, and 2. 0: by day. 1: by month. 2: by quarter

Get top 10 statistic data

Return top statistic data, including overview, accounts, tokens, contracts, and resources.

https://apilist.tronscanapi.com/api/top10?type=0&time=1

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

time

Time type, 0-realtime, 1-latest one hour, 2-recent 24 hours, 3-last week

type

Statistic data type. Value range: 0 to 17. 0-Overview 1-Top accounts in terms of total number of TRX sent 2-Top accounts in terms of TRX sending transactions 3-Top accounts in terms of total number of TRX received 4-Top accounts in terms of TRX receiving transactions 5-Top accounts in terms of frozen TRX 6-Top accounts in terms of votes 7-Top tokens in terms of holders 8-Top tokens in terms of transaction accounts 9-Top tokens in terms of total transaction count 10-Top tokens in terms of total amount involved in transactions 11-Top contracts in terms of total TRX balance 12-Top contracts in terms of calling accounts 13-Top contracts in terms of number of calls 14-Top ten accounts in terms of Energy consumption 15-Top ten accounts in terms of Bandwidth consumption 16-Top contracts in terms of Energy consumption 17-Top contracts in terms of fee consumption

Get contract called distribution

Returns the contract calling distribution of a specific day.

https://apilist.tronscanapi.com/api/triggeramountstatistic?limit=10&day=1680520472549

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

day

Data time, accurate to milliseconds

limit

Number of items. Max: 100

Get TVC of Tokens

Returns the token's total value on chain

https://apilist.tronscanapi.com/api/tokenTvc?startTime=1586140919

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startTime

Start time. Default: 7 days ago, accurate to seconds

endTime

End time. Default: current time, accurate to seconds