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 intervalsmedian_transfer_5m
: Median transaction size over five-minute intervals
Access
Measuring Unit
Token/Coin amount
Data Type
Frequency
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
1 2 3 4 5 6 7 8 9 10 11 12
{ getMetric(metric: "average_transfer_5m"){ timeseriesData( slug: "ethereum" from: "2024-03-01T00:00:00Z" to: "2024-03-03T00:00:00Z" interval: "5m"){ datetime value } } }