flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Aptos Dex 1.2
adriaparcerisas
Aptos Dex 1.2
Updated 2024-12-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
SUM
(
AMOUNT_IN_USD
)
AS
total_volume_usd
,
count
(
distinct
tx_hash
)
as
swaps
,
count
(
distinct
swapper
)
as
swappers
FROM
aptos
.
defi
.
ez_dex_swaps
where
AMOUNT_IN_USD
<
1e6
and
amount_in_usd
is
not
null
Results
QueryRunArchived: QueryRun has been archived