flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
Mrfti
Untitled Query
Updated 2022-07-13
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
date_trunc
(
SECOND
,
block_timestamp
)
AS
date
,
count
(
distinct
tx_id
)
FROM
solana
.
core
.
fact_transactions
group
by
date
ORDER
BY
date
limit
10
Results
Run a query to Download Data