flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
total supply
kiacrypto
total supply
Updated 2023-01-14
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
"Day"
,
max
(
total_supply
/
1e24
)
as
"Total Supply"
from
near
.
core
.
fact_blocks
where
"Day"
between
'2022-07-01'
and
'2022-09-30'
group
by
1
Results
Run a query to Download Data