Marketcap in USD

    Definition

    The marketcap 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


    Change Metrics

    Change Metrics


    Frequency

    Five-Minute Intervals


    Latency

    Price Latency


    Available Assets

    Available assets for marketcap_usd


    SanAPI

    Marketcap USD

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

    Run in Explorer