flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Number of LP created each day
fantasy
Number of LP created each day
Updated 2025-03-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
creation_time
)
AS
creation_date
,
COUNT
(
*
)
AS
total_created
FROM
ethereum
.
defi
.
dim_dex_liquidity_pools
WHERE
creation_date
>=
'2025-02-01'
GROUP
BY
1
ORDER
BY
1
ASC
;
Results
QueryRunArchived: QueryRun has been archived