flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Daily fee on Kashi lending market(polygon)
mmdreza
Daily fee on Kashi lending market(polygon)
Updated 2022-07-12
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
sum
(
tx_fee
)
as
total_fee
from
polygon
.
core
.
fact_transactions
where
tx_hash
in
(
select
tx_hash
from
flipside_prod_db
.
crosschain
.
ez_lending
)
group
by
date
order
by
date
asc
Results
Run a query to Download Data