Block

Get the list of blocks or details of one block

Returns the blocks info.

📝 Note : The value sum of start and limit must be less than or equal to 10000.

https://apilist.tronscanapi.com/api/block?sort=-balance&start=0&limit=20&producer=&number=&start_timestamp=&end_timestamp=

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

start

Start number. Default 0

limit

Number of items per page. Default 10

producer

Super representative address

sort

Sort fields, only supports sorting by block number. The descending order is adopted with a hyphen (-). Default: '-number'

start_timestamp

Start timestamp

end_timestamp

End timestamp

Get statistical information of blocks

Returns the statistic information of blocks.

https://apilist.tronscanapi.com/api/block/statistic

Try this endpoint in your browser 🔗

No parameters required.

Last updated