flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Polygon - failed and successful transactions ratio
KARTOD
Polygon - failed and successful transactions ratio
Updated 2023-09-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
hour
,
STATUS
,
count
(
distinct
TX_HASH
)
tx_count
from
polygon
.
core
.
fact_transactions
where
BLOCK_TIMESTAMP
>=
DATE_TRUNC
(
'day'
,
CURRENT_DATE
(
)
)
-
interval
'90 days'
group
by
1
,
2
Results
Run a query to Download Data