jj_notgei2023-07-05 11:50 AM
    Updated 2023-07-05
    select *
    from external.defillama.fact_dex_volume
    where protocol = 'maverick protocol'
    and date >= current_timestamp() - interval '30 day'
    order by date desc
    Run a query to Download Data