Transaction count

    Description

    Shows the aggregate amount of transactions that happened on the network for a day.


    Access

    Free Access


    Measuring Unit

    Amount of transactions


    Data Type

    Timeseries Data


    Frequency

    Five-minute Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under the transactions_count name.

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

    Run in Explorer