flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
8 - Total Number of active Pools
Elprognerd
8 - Total Number of active Pools
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
count
(
distinct
POOL_ADDRESS
)
as
"Total Number of Active Pools"
FROM
near
.
core
.
dim_staking_actions
WHERE
action
in
(
'Stake'
)
and
block_timestamp
BETWEEN
'{{From}}'
and
DATEADD
(
DAY
,
7
,
'{{From}}'
)
Results
Run a query to Download Data