flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
random-crimson
datavortex
random-crimson
Updated 2024-11-18
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
tvl
.
date
AS
"Date"
,
tvl
.
chain
AS
"Chain"
,
tvl
.
tvl_usd
AS
"TVL (USD)"
FROM
external
.
defillama
.
fact_chain_tvl
tvl
WHERE
tvl
.
chain
=
'NEAR'
ORDER
BY
tvl
.
date
DESC
-- Sort by the most recent date first
LIMIT
1
;
-- Limit to the latest record
Results
QueryRunArchived: QueryRun has been archived