flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Uniswap adds and removes the past week
elvis
Uniswap adds and removes the past week
Updated 2021-10-08
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
count
(
tx_id
)
AS
n_txn
,
action
FROM
uniswapv3
.
lp_actions
WHERE
block_timestamp
>=
getdate
(
)
-
interval
'7 days'
GROUP
BY
action
Results
Run a query to Download Data