flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Avalanche transfer volume
cypher
Avalanche transfer volume
Updated 2022-09-25
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'hour'
,
block_timestamp
)
as
hour
,
sum
(
amount_usd
)
as
total_transfer_volume_usd
from
avalanche
.
core
.
ez_avax_transfers
where
block_timestamp
>=
'2022-6-20'
and
identifier
=
'CALL_ORIGIN'
group
by
hour
Results
Run a query to Download Data