flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
colourful-magenta
winnie-fs
colourful-magenta
Updated 2025-01-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
SUM
(
swap_from_amount
)
as
total_from_amount
,
COUNT
(
DISTINCT
swapper
)
as
distinct_traders
FROM
solana
.
defi
.
fact_swaps
--WHERE swap_from_mint = '{token_mint}'
WHERE
BLOCK_TIMESTAMP
>
CURRENT_TIMESTAMP
(
)
-
INTERVAL
'24 HOURS'
Results
QueryRunArchived: QueryRun has been archived