flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
1.1 Transactions Total Data
Hemin
1.1 Transactions Total Data
Updated 2022-12-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
avg
(
FEE
)
as
avg_fee
,
sum
(
fee
)
as
total_fee
,
count
(
DISTINCT
tx_id
)
as
num_tx
-- count(tx_id)/(7*24*60*60) as avg_tps
-- date_trunc('week', BLOCK_TIMESTAMP) as week
from
terra
.
core
.
fact_transactions
-- where TX_SUCCEEDED =TRUE
-- GROUP by week
Results
Run a query to Download Data