flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
chainlink
jackguy
chainlink
Updated 2023-04-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
feed_category
,
count
(
*
)
FROM
ethereum
.
chainlink
.
ez_oracle_feeds
GROUP
BY
1
,
2
--LIMIT 100
Results
Run a query to Download Data