flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Solana Protocol Feature - Saber Swappers!
zakkisyed
Solana Protocol Feature - Saber Swappers!
Updated 2023-03-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
distinct
swapper
,
sum
(
swap_from_amount
)
as
total_swapamount
from
solana
.
core
.
fact_swaps
where
swap_program
=
'saber'
and
block_timestamp
>=
current_date
-
90
and
succeeded
=
'TRUE'
group
by
1
order
by
2
desc
Results
Run a query to Download Data