Blocks

This API endpoint, 'Blocks', is designed to retrieve the most recent block data from a specific network. It accepts one query parameter 'network', which should be a string representation of the name of the network for which the block data is to be retrieved. The endpoint executes a SQL query that selects all columns from the 'blocks' table of the specified network, orders the result in descending order by block number, and limits the result to the 10 most recent blocks. The output produced will be a JSON object containing all fields of the 'blocks' table for the 10 blocks selected. No specific visualizations are generated with this endpoint. This data can be useful for various purposes including monitoring network activity or verifying transactions.
Clone, Modify, Create API here at View query

Language
Authorization
Query
Click Try It! to start a request and see the response here!