flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Algorand Dex Popularity comparison
Papasot
Algorand Dex Popularity comparison
Updated 2023-01-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
swap_program
as
Dex
,
count
(
swap_to_asset_id
)
as
Swaps
from
algorand
.
swaps
where
swap_from_amount
>
1
AND
swap_program
<>
'tinyman'
group
by
date
,
swap_program
order
by
date
Results
Run a query to Download Data