flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
barbod
Untitled Query
Updated 2022-05-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
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