flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Monthly activity
elsina
Monthly activity
Updated 2025-03-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
›
⌄
SELECT
date_trunc
(
'month'
,
block_timestamp
)
as
date
,
count
(
distinct
tx_hash
)
as
tx_count
,
count
(
distinct
from_address
)
as
user_count
,
sum
(
value
)
as
volume
,
sum
(
tx_fee
)
as
tx_fees
,
from
boba
.
core
.
fact_transactions
group
by
date
order
by
date
asc
Results
QueryRunArchived: QueryRun has been archived