Transactions Count

This API endpoint, Transactions Count, is designed to provide a comprehensive summary of transactions within a specified date-range for a particular network. The query expects two parameters: 'dates', a date-range (start date and end date) defined as string, and 'network', a query representing the specific blockchain network of interest. The SQL executes a transaction count, determines the number of active addresses and active smart contracts within the given period.

The API returns a table listing out each date within the provided range along with its corresponding transactions count, active addresses, and active smart contracts for the defined network. Moreover, it visualizes this data as a chart, plotting Transactions, Active Addresses, and Active Smart contracts over time. This visualization assists users comprehend the progress and activity level within the network over the specified period.
Clone, Modify, Create API here at View query

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