flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Historical UST supply
amirkhannorii
Historical UST supply
Updated 2022-07-07
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'day'
,
date
)
as
day
,
SUM
(
balance
)
as
"Amount of USD"
FROM
terra
.
daily_balances
WHERE
currency
=
'UST'
and
date
>=
'2021-01-01'
AND
balance_type
=
'liquid'
AND
address_label
IS
NULL
Group
by
1
Results
Run a query to Download Data