flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
TOTAL_SWAP, UNIQUE_SWAPPERS
crypto_gost
TOTAL_SWAP, UNIQUE_SWAPPERS
Updated 2024-11-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
COUNT
(
tx_hash
)
AS
total_swaps
,
COUNT
(
DISTINCT
origin_from_address
)
AS
unique_swappers
,
SUM
(
amount_in_usd
)
AS
total_volume
,
FROM
blast
.
defi
.
ez_dex_swaps
WHERE
platform
=
'ambient'
AND
block_timestamp
>=
DATEADD
(
day
,
-
30
,
CURRENT_DATE
)
;
Results
QueryRunArchived: QueryRun has been archived