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.


    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