flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Hossein
Untitled Query
Updated 2023-02-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
action
,
count
(
distinct
tx_hash
)
as
txns_count
from
near
.
core
.
dim_staking_actions
join
near
.
core
.
fact_transactions
using
(
tx_hash
)
where
pool_address
ilike
'%paras.near'
and
block_timestamp
>
current_date
-
interval
'2 weeks'
group
by
1
Results
Run a query to Download Data