avaema8defi
    Updated 2023-05-26
    select sum(amount) , blockchain,block_timestamp::date from flow.core.ez_bridge_transactions where direction='inbound'
    group by 2,3


    Run a query to Download Data