Copy of (#1) Transactions Count

This API endpoint is designed to fetch the count of transactions, active addresses, and active smart contracts between selected dates in a specific blockchain network. It requires two parameters: chain_id, specified in the query, which identifies the blockchain network to extract the data from, and dates, a date-range type parameter which sets the start and end time for data extraction.

The endpoint then runs an SQL query on the selected blockchain's transaction records, grouping and counting the relevant data fields. The output forms the dataset with columns 'date', 'transactions', 'active_addresses', and 'active_smart_contracts', being the date of extraction, count of transactions, active addresses, and active smart contracts respectively.

This data is ideally visualized as a chart, with the dates on the X-axis and transactions, active addresses, and active smart contracts on the Y-axis. A table visualization is also available.
Clone, Modify, Create API here at View query

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