flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
LAVA TRANSACTION VOLUME
0x_spade
LAVA TRANSACTION VOLUME
Updated 2024-08-21
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
TO_CHAR
(
DATE_TRUNC
(
'month'
,
BLOCK_TIMESTAMP
)
,
'YYYY-MM'
)
AS
month
,
COUNT
(
TX_id
)
AS
N_transactions
,
FROM
lava
.
core
.
fact_transactions
GROUP
BY
month
ORDER
BY
month
ASC
;
Results
QueryRunArchived: QueryRun has been archived