DEX volume in USD

    Description

    DEX volume in USD tracks the exchange volume at the XRPL Decentralized Exchange. The volume includes all trades where at least one of the assets in the pair have recently traded against XRP.


    Access

    Free Access


    Measuring Unit

    USD


    Data Type

    Timeseries Data


    Frequency

    Five-Minute Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under the dex_volume_in_usd_5m name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
      getMetric(metric: "dex_volume_in_usd_5m") {
        timeseriesData(
          slug: "xrp"
          from: "2023-01-01T00:00:00Z"
          to: "2023-01-07T00:00:00Z"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer