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

Full list of metrics

Realized Market Capitalization Hodl Waves Metrics

  • realized_cap_hodl_waves_0d_to_1d
  • realized_cap_hodl_waves_1d_to_7d
  • realized_cap_hodl_waves_7d_to_30d
  • realized_cap_hodl_waves_30d_to_60d
  • realized_cap_hodl_waves_60d_to_90d
  • realized_cap_hodl_waves_90d_to_180d
  • realized_cap_hodl_waves_180d_to_365d
  • realized_cap_hodl_waves_365d_to_2y
  • realized_cap_hodl_waves_2y_to_3y
  • realized_cap_hodl_waves_3y_to_5y
  • realized_cap_hodl_waves_5y_to_10y
  • realized_cap_hodl_waves_10y_to_20y
Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.