flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Unique Solana Programs 2
omer93
Unique Solana Programs 2
Updated 2022-07-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
label_type
,
count
(
distinct
tx_id
)
as
transactions
from
solana
.
core
.
fact_events
fe
join
solana
.
core
.
dim_labels
dl
on
program_id
=
address
where
block_timestamp
::
date
=
'2022-01-01'
group
by
1
order
by
1
asc
Results
Run a query to Download Data