mucryptoCombined TVL 2024-02-01 08:31 AM
    Updated 2024-02-12
    with resps as
    (select defillama.get('/protocols', {}) as resp)

    select
    value:category as category,
    sum(value:tvl) as combined_tvl
    from resps,
    lateral flatten (input => resp:data)
    where category = 'RWA'
    group by 1
    Last run: about 1 year ago
    CATEGORY
    COMBINED_TVL
    1
    RWA
    4476983155.13305
    1
    26B
    8s