Transaction Volume

    Description

    The transaction_volume metric shows total on-chain amount of coins/tokens transacted for a given asset in a given time interval.

    The transaction_volume_usd metric shows the total on-chain amount of coins/tokens in USD transacted for a given asset in a given time interval. To compute it, the amount of coins/tokens in each transaction is multiplied by the price in USD of the asset at that moment.


    Access

    Restricted Access.


    Measuring Unit

    Amount of coins/tokens


    Data Type

    Timeseries Data


    Change Metrics

    Change Metrics


    Frequency


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under the transaction_volume name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
      getMetric(metric: "transaction_volume") {
        timeseriesDataJson(
          slug: "bitcoin"
          from: "2025-04-01T00:00:00Z"
          to: "2025-04-07T00:00:00Z"
          interval: "1h"
        )
      }
    }

    Run in explorer

    Full list of metrics

    The full list of Transaction Volume metrics is:

    Open Metrics List

    • transaction_volume
    • transaction_volume_usd
    • transaction_volume_change_1d
    • transaction_volume_change_30d
    • transaction_volume_change_7d
    • transaction_volume_usd_change_1d
    • transaction_volume_usd_change_30d
    • transaction_volume_usd_change_7d