Whale Transaction Volume

    Description

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

    • whale_transaction_volume_100k_usd_to_inf - The volume of all transactions whose USD value is above $100,000
    • whale_transaction_volume_1m_usd_to_inf - The volume of all transactions whose USD value is above $1,000,000

    Access

    Restricted Access.


    Measuring Unit

    USD


    Data Type

    Timeseries Data


    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_volume_100k_usd_to_inf
    • whale_transaction_volume_1m_usd_to_inf
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
      getMetric(metric: "whale_transaction_volume_100k_usd_to_inf") {
        timeseriesData(
          slug: "bitcoin"
          from: "2020-04-01T00:00:00Z"
          to: "2020-04-07T00:00:00Z"
          interval: "1d") {
            datetime
            value
        }
      }
    }

    Run in Explorer