flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
LUNA commission per day
SocioCrypto
LUNA commission per day
Updated 2022-01-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
AS
date
,
(
sum
(
event_attributes
:
amount
[
0
]
:
amount
)
)
*
0.00000100
as
amount
from
terra
.
transitions
where
transition_type
=
'end_block'
and
event
=
'commission'
group
by
date
order
by
date
Results
Run a query to Download Data