NuveveCryptoArchivedVolume (USD) Over Time
    Updated 2022-09-08
    select
    block_timestamp::date as date,
    sum(amount_in_usd) as total
    from arbitrum.sushi.ez_swaps
    where block_timestamp >= current_date - 365
    group by date



    Run a query to Download Data