Whale Transaction Volume

Description

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