Fully Diluted Valuation in USD

    Definition

    The fully diluted valuation in USD is derived as the price of an asset in USD multiplied by the total supply of the same asset.


    Access

    Free Access


    Measuring Unit

    USD


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    Price Latency


    Available Assets

    Available for these assets


    SanAPI

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "fully_diluted_valuation_usd") {
        timeseriesData(
          slug: "ethereum"
          from: "2020-04-01T00:00:00Z"
          to: "2020-04-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer