flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
balancer boosted pools swaps over time
jkhuhnke11
balancer boosted pools swaps over time
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
block_timestamp
::
DATE
,
count
(
distinct
tx_hash
)
FROM
ETHEREUM
.
CORE
.
EZ_DEX_SWAPS
WHERE
(
platform
=
'balancer'
)
AND
pool_name
ilike
'%bb%'
GROUP
BY
block_timestamp
::
date
ORDER
BY
block_timestamp
::
date
ASC
Results
Run a query to Download Data