flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
2023-05-04 09:39 PM
mondov
2023-05-04 09:39 PM
Updated 2023-05-04
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
count
(
*
)
as
number_of_transactions
,
sum
(
COALESCE
(
amount_in_usd
,
0
)
+
COALESCE
(
amount_out_usd
,
0
)
)
as
volume
,
count
(
DISTINCT
platform
)
as
platforms
FROM
avalanche
.
core
.
ez_dex_swaps
WHERE
ORIGIN_FROM_ADDRESS
=
'{{address}}'
Results
Run a query to Download Data