flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Getting Started
sdwfwef
Getting Started
Updated 2024-12-06
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
signers
,
count
(
tx_id
)
from
solana
.
core
.
fact_transactions
where
timestampdiff
(
second
,
block_timestamp
,
current_timestamp
(
)
)
<=
3600
*
5
and
group
by
signers
order
by
count
(
tx_id
)
desc
Results
QueryRunArchived: QueryRun has been archived