mamad-5XN3k3Aptos TVL 2
    Updated 2025-01-14
    SELECT
    date,
    tvl_usd
    from external.defillama.fact_chain_tvl
    where chain = 'Aptos'
    and date = current_date
    order by 1 asc


    QueryRunArchived: QueryRun has been archived