freemartianBorrowed on stable coin Collateral - ETH
    Updated 2022-07-13
    select sum(amount_usd) as Borrow_volume,
    collateral_symbol
    from ethereum.sushi.ez_borrowing
    where action = 'Borrow'
    and collateral_symbol in ('USDC', 'DAI', 'USDT', 'sUSD', 'FRAX')
    group by collateral_symbol
    Run a query to Download Data