flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
total custom
Sbhn_NP
total custom
Updated 2023-05-04
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
DISTINCT
tx_hash
)
as
swaps
,
sum
(
amount_in_usd
)
as
usd_volume
from
avalanche
.
core
.
ez_dex_swaps
where
block_timestamp
::
date
>=
'{{Start_Date}}'
and
block_timestamp
::
date
<=
'{{End_Date}}'
and
origin_from_address
=
'{{Wallet_address}}'
Results
Run a query to Download Data