Whale Transaction Count

    Description

    This metric shows the number of transactions whose value in USD is above a given threhsold. There are two metrics available:

    • whale_transaction_count_100k_usd_to_inf - The count of all transactions whose USD value is above $100,000
    • whale_transaction_count_1m_usd_to_inf - The count of all transactions whose USD value is above $1,000,000

    Access

    Restricted Access.


    Measuring Unit

    Count of transactions


    Data Type

    Timeseries Data


    Change Metrics

    Change Metrics


    Frequency

    Five-Minute Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    The metrics are available under the following names:

    • whale_transaction_count_100k_usd_to_inf
    • whale_transaction_count_1m_usd_to_inf

    In addition, there following change metrics are available:

    • whale_transaction_count_100k_usd_to_inf_change_1d
    • whale_transaction_count_100k_usd_to_inf_change_7d
    • whale_transaction_count_100k_usd_to_inf_change_30d
    • whale_transaction_count_1m_usd_to_inf_change_1d
    • whale_transaction_count_1m_usd_to_inf_change_7d
    • whale_transaction_count_1m_usd_to_inf_change_30d
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "whale_transaction_count_100k_usd_to_inf") {
        timeseriesData(
          slug: "santiment"
          from: "2020-04-01T00:00:00Z"
          to: "2020-04-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer