Unique Addresses

This API endpoint executes a database query to provide statistical data from certain dates for a particular blockchain network or 'chain_id'. It takes two parameters:

  1. 'chain_id' (query) - It refers to the specific blockchain network to fetch data from.
  2. 'dates' (date-range) - This denotes the range of dates for which the data is needed.

The query returns a summary of blockchain activities which includes date, total number of transactions, total unique addresses participated, and total unique smart contracts involved within the indicated date-range.

The returned data are ideally used to create a chart visualization which presents a summary of transactions, active addresses, and active smart contracts over time, to monitor the blockchain network's activity. Given data can be sorted based on dates for easy charting and interpretation.
Clone, Modify, Create API here at View query

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