Block
Get the list of blocks or details of one block
Returns the blocks info.
https://apilist.tronscanapi.com/api/block?sort=-balance&start=0&limit=20&producer=&number=&start_timestamp=&end_timestamp=
Query Parameters
Sample response
{
"total": 10000,
"rangeTotal": 49853230,
"data": [
{
"number": 49853229,
"hash": "0000000002f8b32dc29f7bae3878395dfebbb7b6cdb907275fa34d62d4f7f4c1",
"size": 112407,
"timestamp": 1680172356000,
"txTrieRoot": "4zHkjDXP6949NPAEFETxtcpRj1TdpqBwUPYfEQDsF6PdERsAM",
"parentHash": "0000000002f8b32c3594a370e65928480f1e5a9368a68d4c12d636c0b394a470",
"witnessId": 0,
"witnessAddress": "TMafrJCuNoYq3mg9dDThfg7c9VP6enZN6j",
"nrOfTrx": 446,
"witnessName": "metaverse home",
"version": "27",
"fee": 3010.57726,
"confirmed": false,
"confirmations": 1,
"netUsage": 136470,
"energyUsage": 7962299,
"blockReward": 16,
"voteReward": 160,
"revert": false
},
{
"number": 49853228,
"hash": "0000000002f8b32c3594a370e65928480f1e5a9368a68d4c12d636c0b394a470",
"size": 77408,
"timestamp": 1680172353000,
"txTrieRoot": "uFM3tvLH9MWiSVvs7Sea1qPxinUsizracPji7bBuYYHVAjRKt",
"parentHash": "0000000002f8b32be841a2381555f0f204f0b70ee58c77bba7911dd80ddc952f",
"witnessId": 0,
"witnessAddress": "TDpt9adA6QidL1B1sy3D8NC717C6L5JxFo",
"nrOfTrx": 334,
"witnessName": "Chain Cloud",
"version": "27",
"fee": 691.76672,
"confirmed": false,
"confirmations": 2,
"netUsage": 95603,
"energyUsage": 3482059,
"blockReward": 16,
"voteReward": 160,
"revert": false
}
]
}
Get statistical information of blocks
Returns the statistic information of blocks.
https://apilist.tronscanapi.com/api/block/statistic
No parameters required.
Sample response
{
"last_day_pay": 5067392,
"last_day_block_count": 28792,
"last_day_total_burn": 5.901546129160072E9,
"whole_block_count": 49852969,
"whole_pay": 6952840208,
"last_day_burn": 2.0858019799059868E7
}
Last updated