freemartianDaily TVL
Updated 2025-01-14
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
with api_data AS(
SELECT
value
FROM (
SELECT livequery.live.udf_api('https://api.llama.fi/v2/historicalChainTvl/Ink') AS response
), lateral FLATTEN (input => response:data)
)
SELECT
to_timestamp(value:date) AS time,
value:tvl as tvl
FROM api_data
ORDER BY 1 DESC
Auto-refreshes every 1 hour
QueryRunArchived: QueryRun has been archived