freemartianDaily TVL
    Updated 2025-01-14
    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