flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
algo dex degans 1
sarath
algo dex degans 1
Updated 2022-03-23
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
with
data1
as
(
SELECT
swapper
,
count
(
tx_group_id
)
,
sum
(
swap_from_amount
-
swap_to_amount
)
as
amount
from
algorand
.
swaps
where
swap_from_amount
is
not
null
GROUP
by
1
)
SELECT
*
from
data1
LIMIT
1000
Results
Run a query to Download Data