Active Addresses 24h

    Definition

    The number of distinct addresses that participated in a transfer for the given asset in the past 24 hours window. Each address is counted only once for the window. Both the senders and the receivers are counted.

    This metric is similar to the Daily Active Addresses. The difference is that the daily active addresses is computed on whole days only - it counts the active addresses for every day (between 00:00:00 and 23:59:59). The active addresses 24h is computed every 5 minutes and counts the active addresses for the past 24 hours. Example: The value of the metric at 17:30pm on March 22 contains the active addresses in the interval 17:30pm March 21, 17:30pm March 22.

    Access

    Free Access


    Measuring Unit

    Non-negative number of addresses


    Data Type

    Timeseries Data


    Change Metrics

    Change Metrics


    Frequency

    Five-Minute Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    API

    Available under the active_addresses_24h name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "active_addresses_24h") {
        timeseriesData(
          slug: "santiment"
          from: "2020-01-01T00:00:00Z"
          to: "2020-01-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in explorer

    Full list of metrics

    The full list of Active Addresses metrics is:

    Open Metrics List

    • active_addresses_1h
    • active_addresses_24h
    • active_addresses_7d
    • active_addresses_30d
    • active_addresses_60d
    • active_addresses_90d