flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
forgash
Untitled Query
Updated 2022-08-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'd'
,
block_timestamp
)
as
_
date
,
count
(
1
)
as
records
from
flow
.
core
.
fact_swaps
where
block_timestamp
::
date
>=
'2022-06-01'
group
by
1
order
by
1
Results
Run a query to Download Data