flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Jupiter Bounty
glass_blossoms
Jupiter Bounty
Updated 2022-02-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
block_timestamp
::
date
as
date
,
sum
(
swap_from_amount
)
as
SwappedAway
,
sum
(
swap_to_amount
)
as
SwappedTo
From
solana
.
swaps
Where
date
>=
'2022-01-01'
and
swap_program
like
'jupiter%'
Group
by
date
Results
Run a query to Download Data