flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Number of swaps from ALGO in March 2022
Karimim
Number of swaps from ALGO in March 2022
Updated 2022-04-28
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