Amount of Labeled Holders Metrics

    Definition

    The Amount of Labeled Holders Metric quantifies the number of distinct addresses with a specific label holding a token across predefined balance intervals. By quantifying the number of distinct addresses with designated labels such as exchange, infrastructure, miner, whale, or all, this metric provides insights into the composition and activities of various participant groups. Whether tracking the influence of exchanges, the backbone support of infrastructure holders, the mining community, or the presence of large-scale holders (whales), this metric enables stakeholders to assess the diversity and concentration of ownership. By analyzing these labeled holders across predefined balance intervals, it becomes possible to discern trends, identify patterns, and inform strategic decision-making within the cryptocurrency space.

    There are two sets of metrics: holders labeled distribution metrics and holders labeled negative distribution metrics. Holders labeled distribution metrics encompass all addresses with a specific label, while holders labeled negative distribution metrics exclude all addresses with a specific label.

    Amount of Labeled Holders Metrics:

    • holders_labeled_distribution_<interval> - The number of addresses with a specific label holding tokens within a specified balance interval
    • holders_labeled_negative_distribution_<interval> - The number of addresses that do not contain a specific negative label, holding tokens within a specified balance interval

    Access

    Free Access


    Measuring Unit

    Number of addresses


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets

    Note: All of the metrics are available for the same set of assets.


    API

    Holders labeled distribution metrics: holders_labeled_distribution_<interval>

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    {
      getMetric(metric: "holders_labeled_distribution_1_to_10") {
        timeseriesData(
          selector: {
            slug: "ethereum"
          	label: "miner"
          }
          from: "2024-01-01T00:00:00Z"
          to: "2024-01-10T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in explorer

    Holders labeled negative distribution metrics: holders_labeled_negative_distribution_<interval>

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    {
      getMetric(metric: "holders_labeled_negative_distribution_10_to_100") {
        timeseriesData(
          selector: {
            slug: "ethereum"
          	label: "nonExchange"
          }
          from: "2024-01-01T00:00:00Z"
          to: "2024-01-10T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in explorer

    Full list of metrics

    Holders labeled distribution metrics

    • holders_labeled_distribution_0_to_0.001
    • holders_labeled_distribution_0.001_to_0.01
    • holders_labeled_distribution_0.01_to_0.1
    • holders_labeled_distribution_0.1_to_1
    • holders_labeled_distribution_1_to_10
    • holders_labeled_distribution_10_to_100
    • holders_labeled_distribution_100_to_1k
    • holders_labeled_distribution_1k_to_10k
    • holders_labeled_distribution_10k_to_100k
    • holders_labeled_distribution_100k_to_1M
    • holders_labeled_distribution_1M_to_10M
    • holders_labeled_distribution_10M_to_inf
    • holders_labeled_distribution_total

    Holders labeled negative distribution metrics

    • holders_labeled_negative_distribution_0_to_0.001
    • holders_labeled_negative_distribution_0.001_to_0.01
    • holders_labeled_negative_distribution_0.01_to_0.1
    • holders_labeled_negative_distribution_0.1_to_1
    • holders_labeled_negative_distribution_1_to_10
    • holders_labeled_negative_distribution_10_to_100
    • holders_labeled_negative_distribution_100_to_1k
    • holders_labeled_negative_distribution_1k_to_10k
    • holders_labeled_negative_distribution_10k_to_100k
    • holders_labeled_negative_distribution_100k_to_1M
    • holders_labeled_negative_distribution_1M_to_10M
    • holders_labeled_negative_distribution_10M_to_inf
    • holders_labeled_negative_distribution_total