flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
near dex activity dash
adriaparcerisas
near dex activity dash
Updated 2024-12-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
›
⌄
SELECT
count
(
distinct
trader
)
as
active_users
,
count
(
distinct
tx_hash
)
as
sales
,
sum
(
amount_out_usd
)
as
volume
from
near
.
defi
.
ez_dex_swaps
where
block_timestamp
>=
current_date
-
interval
'1 MONTH'
and
block_timestamp
<
current_date
Results
QueryRunArchived: QueryRun has been archived