flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Copy of per user average stats by action
0-MID
Copy of per user average stats by action
Updated 2023-02-18
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
POOL_ADDRESS
,
sum
(
STAKE_AMOUNT
/
1e24
)
as
stake_volume
,
count
(
distinct
TX_HASH
)
as
stake_count
from
near
.
core
.
dim_staking_actions
where
BLOCK_TIMESTAMP
>=
current_date
-
7
group
by
1
Results
Run a query to Download Data