flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
number of transactions based on position
defi__josh
number of transactions based on position
Updated 2025-03-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
case
when
position
>=
5
then
'big'
else
'small'
end
as
type
,
count
(
*
)
as
no_of_transactions
from
aurora
.
core
.
fact_transactions
where
date
(
block_timestamp
)
between
'{{start_date}}'
and
'{{end_date}}'
and
type
like
'{{tx_type}}'
group
by
1
;
Results
Last run: about 1 month ago
TYPE
NO_OF_TRANSACTIONS
1
small
1279126
1
1
19B
1s