flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2023-03-24 02:07 AM
SocioCrypto
2023-03-24 02:07 AM
Updated 2023-03-24
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date
,
chain
,
tvl_usd
FROM
external
.
defillama
.
fact_chain_tvl
where
chain
in
(
'Ethereum'
,
'Fantom'
,
'Avalanche'
,
'Optimism'
,
'Arbitrum'
,
'Polygon'
)
and
date
>=
'2023-01-01'
Results
Run a query to Download Data