flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Swaps in near 3
adriaparcerisas
Swaps in near 3
Updated 2024-11-18
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
count
(
distinct
concat
(
symbol_in
,
'-'
,
symbol_out
)
)
as
pairs
,
count
(
distinct
(
tx_hash
)
)
as
total_swaps
,
sum
(
amount_out_usd
)
as
total_volume
,
count
(
distinct
trader
)
as
total_traders
from
near
.
defi
.
ez_dex_swaps
where
block_timestamp
>=
'2024-01-01'
Results
QueryRunArchived: QueryRun has been archived