flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
ValiMohammadi
Untitled Query
Updated 2022-12-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
MSG_TYPE
,
COUNT
(
DISTINCT
tx_id
)
as
events
FROM
cosmos
.
core
.
fact_msgs
WHERE
MSG_TYPE
IN
(
'delegate'
,
'redelegate'
,
'unbond'
)
GROUP
BY
1
,
2
Results
Run a query to Download Data