flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
current tvl
datavortex
current tvl
Updated 2024-12-18
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
date
)
AS
date
,
chain
,
protocol
,
chain_tvl
FROM
external
.
defillama
.
fact_protocol_tvl
WHERE
chain
=
'Kaia'
AND
protocol
=
'Capybara Dexs'
ORDER
BY
date
DESC
LIMIT
1
;
Results
QueryRunArchived: QueryRun has been archived