Realized Value

    Definition

    Realized Value is an alternative to Market Capitalization (Market Value). Instead of multiplying all coins/tokens by the last price, every coin/token is assigned the price at which it was last moved. Assigning age to coin/tokens is done according to the coin-age model.

    Realized Value metric is also available for different time bounds, which computes realized value for tokens moved at least once no longer than a specific number of days or years ago.


    Access

    Restricted Access.


    Timebound

    Timebound Metrics available


    Measuring Unit

    Dollars


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets

    Note: realized_value_usd metric and all timebound realized value metrics are available for the same set of assets.


    SanAPI

    Available under the realized_value_usd and realized_value_usd_<timebound> names.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "realized_value_usd") {
        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

    Realized value metrics

    • realized_value_usd
    • realized_value_usd_1d
    • realized_value_usd_7d
    • realized_value_usd_30d
    • realized_value_usd_60d
    • realized_value_usd_90d
    • realized_value_usd_180d
    • realized_value_usd_365d
    • realized_value_usd_2y
    • realized_value_usd_3y
    • realized_value_usd_5y
    • realized_value_usd_10y