flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Copy of test
mo115
Copy of test
Updated 2022-10-25
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
date_trunc
(
'week'
,
date
)
as
week
,
address
as
user
,
balance
/
pow
(
10
,
6
)
FROM
osmosis
.
core
.
fact_daily_balances
WHERE
CURRENCY
=
'uosmo'
AND
week
>=
'2022-01-03'
order
by
3
desc
limit
100
Results
Run a query to Download Data