Transaction Size

Description

The Transaction Size Metric calculates the average size and the median size of transactions over a specific time period. If the average transfer size is increasing, it could suggest that whales are beginning to move their tokens, either buying or selling.

Transaction Size Metrics:

  • average_transfer_5m: Average transaction size over five-minute intervals
  • median_transfer_5m: Median transaction size over five-minute intervals

Access

Free Access


Measuring Unit

Token/Coin amount


Data Type

Timeseries Data


Frequency

Five-minute Intervals


Latency

On-Chain Latency


Available Assets

Available for these assets

Note: All metrics are available for the same set of assets


SanAPI

Available under names: average_transfer_5m and median_transfer_5m

{
getMetric(metric: "average_transfer_5m"){
timeseriesDataJson(
slug: "ethereum"
from: "2024-03-01T00:00:00Z"
to: "2024-03-03T00:00:00Z"
interval: "5m")
}
}