Price Metrics

    Definition

    The Trading Volume is the volume traded on exchanges.


    Access

    Free Access


    Measuring Unit

    Amount in dollars/usdt/bitcoins


    Data Type

    Timeseries Data


    Change Metrics

    Change Metrics


    Frequency

    Five-Minute Intervals


    Latency

    Price Latency


    Available Assets

    Available assets for volume_usd


    SanAPI

    Volume USD

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

    Run in Explorer