Whale Transaction Count

Description

This metric shows the number of transactions whose value in USD is above a given threshold. 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, the 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
{
getMetric(metric: "whale_transaction_count_100k_usd_to_inf") {
timeseriesDataJson(
slug: "santiment"
from: "2020-04-01T00:00:00Z"
to: "2020-04-07T00:00:00Z"
interval: "1d"
)
}
}