Realized Market Capitalization Hodl Waves

    Definition

    Realized Market Capitalization Hodl Waves is an alternative to Circulation Hodl Waves. This metric is representing the percentage of realized cap for a given timebound interval in total realized cap value. For example realized_cap_hodl_waves_1d_to_7d is computed by dividing the realized cap of coins that are 1 to 7 days old with total realized market cap: (realized_cap_usd_7d - realized_cap_usd_1d) / realized_cap_usd Assigning age to coin/tokens is done according to the coin-age model.


    Access

    Restricted Access.


    Timebound

    Interval Timebound Metrics available


    Measuring Unit

    Number - % between 0 and 100


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under realized_cap_hodl_waves_<interval> names.

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

    Run in Explorer