flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Algorand bounty 3 (Q1)
Mrfti
Algorand bounty 3 (Q1)
Updated 2023-01-03
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
block_timestamp
::
date
as
date
,
swap_program
,
count
(
*
)
from
algorand
.
swaps
where
block_timestamp
::
date
BETWEEN
'2022-03-01'
AND
'2022-03-31'
and
swap_from_asset_id
=
0
and
swap_from_amount
>
0
group
by
date
,
swap_program
Results
Run a query to Download Data