flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
uniswap
mlh
uniswap
Updated 2022-06-25
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
sum
(
AMOUNT_IN_USD
)
as
uniswap_volume
,
COUNT
(
DISTINCT
tx_hash
)
as
uniswap_swaps_count
from
ethereum
.
core
.
ez_dex_swaps
where
PLATFORM
=
'uniswap-v2'
Results
Run a query to Download Data