flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
astro query LUNA
sarath
astro query LUNA
Updated 2022-01-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
with
data1
as
(
SELECT
date
(
date
)
as
date1
,
Address_name
,
count
(
Balance_USD
)
,
sum
(
Balance_usd
)
from
terra
.
daily_balances
where
address_label
=
'astroport'
and
currency
=
'LUNA'
and
balance_type
=
'liquid'
group
by
1
,
2
)
SELECT
*
from
data1
LIMIT
1000
Results
Run a query to Download Data