flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
PactFi
kenobi9270
PactFi
Updated 2022-03-22
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
count
(
*
)
as
cnt
,
block_timestamp
::
date
as
dt
from
algorand
.
swaps
where
swap_program
=
'pactfi'
and
swap_from_amount
!=
0
and
dt
>=
'2022-01-01'
group
by
dt
order
by
cnt
desc
Results
Run a query to Download Data