mucrypto2023-12-25 01:31 PM
    Updated 2023-12-25
    with resps as
    (select defillama.get('/protocols', {}) as resp)

    select
    value:category as category,
    count(value:name) as n_of_protocols
    from resps,
    lateral flatten (input => resp:data)
    group by 1
    having category = 'Launchpad'
    QueryRunArchived: QueryRun has been archived