flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
boomer77
Untitled Query
Updated 2021-09-12
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
block_timestamp
,
block_id
,
tx_id
,
SUM
(
F
.
Value
:
amount
/
POW
(
10
,
6
)
)
as
fee
,
F
.
Value
:
denom
::
string
as
denom
FROM
terra
.
transactions
,
Table
(
Flatten
(
input
=>
fee
)
)
F
WHERE
block_timestamp
>=
current
GROUP
BY
1
,
2
,
3
,
5
Results
Run a query to Download Data