flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Top Tokens ( To DYDX )
Masi
Top Tokens ( To DYDX )
Updated 2023-01-25
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
symbol_in
,
count
(
DISTINCT
tx_hash
)
as
count_swaps
,
sum
(
AMOUNT_OUT
)
as
dydx_amount
from
ethereum
.
core
.
ez_dex_swaps
where
symbol_out
=
'DYDX'
and
block_timestamp
>=
CURRENT_DATE
-
210
and
amount_out
>
0
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data