binhachonGain or Lose? - volume distribution
    Updated 2022-04-02
    select
    pool_name,
    sum(amount_usd) as volume
    from ethereum.dex_swaps
    where token_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    and block_timestamp > getdate() - interval'90 days'
    group by pool_name
    Run a query to Download Data