flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
sakineh5021-nIQRzB
Untitled Query
Updated 2022-04-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
pool_name
,
amount_usd
,
tx_id
from
ethereum
.
dex_swaps
where
block_timestamp
::
date
=
'2022-03-16'
and
platform
=
'uniswap-v2'
and
amount_usd
is
not
null
order
by
amount_usd
DESC
limit
10
Results
Run a query to Download Data