flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Overall
datavortex
Overall
Updated 2024-09-10
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
COUNT
(
DISTINCT
tx_id
)
as
total_swap
,
SUM
(
swap_from_amount_usd
)
as
volume_swapped
,
COUNT
(
DISTINCT
swapper
)
as
swappers
From
solana
.
defi
.
ez_dex_swaps
WHERE
swap_from_symbol
=
'{{coin}}'
Results
QueryRunArchived: QueryRun has been archived