flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Raydium - Daily Active Users and txs - Latest 6 months
KARTOD
Raydium - Daily Active Users and txs - Latest 6 months
Updated 2023-03-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
DATE
(
BLOCK_TIMESTAMP
)
AS
"DAY"
,
COUNT
(
DISTINCT
SWAPPER
)
AS
"Swapers"
,
COUNT
(
DISTINCT
TX_ID
)
AS
"Swaps"
from
solana
.
core
.
fact_swaps
where
(
SWAP_PROGRAM
=
'raydium v4'
)
and
BLOCK_TIMESTAMP
>=
CURRENT_DATE
(
)
-
interval
'6 month'
GROUP
BY
1
Results
Run a query to Download Data