flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Copy of price std
CryptoLion
Copy of price std
Updated 2021-05-24
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
*
,
abs
(
(
price_upper_0_1_usd
-
price_lower_0_1_usd
)
/
uniswapv3
.
pool_stats
.
price_0_1
)
as
percentage
FROM
uniswapv3
.
lp_actions
INNER
JOIN
uniswapv3
.
pool_stats
on
uniswapv3
.
pool_stats
.
pool_name
=
uniswapv3
.
lp_actions
.
pool_name
LIMIT
10
Results