Active Addresses

This API endpoint, 'Active Addresses', is designed to fetch the total count of unique transaction addresses within a given network. The necessary parameter for this endpoint is 'network', which must be included in the query as a string. This indicates the specific network from which the data is to be pulled. The SQL query operates by counting the distinct 'from_address' within the network's transactions. The primary output is a numerical count tagged as 'active_addresses', corresponding to the amount of unique active addresses on the requested network. For visual representation, this endpoint also provides an 'Active Addresses' counter visualization. The table visualization is not included in the description as per the request. This endpoint can be used in block explorer pages to provide clear insight into the diversity of transaction addresses within a network.
Clone, Modify, Create API here at View query

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