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.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
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.
Try this endpoint in your browser 🔗
No parameters required.
Last updated