zakkisyedStablecoins on Kashi
    Updated 2022-07-13
    SELECT
    date(block_timestamp) as date,
    blockchain,
    action,
    symbol,
    count(tx_hash) as txs,
    sum(amount_usd) as usd_value
    from flipside_prod_db.crosschain.ez_borrowing
    where symbol in ('USDT','USDC','DAI')
    GROUP BY 1,2,3,4
    Run a query to Download Data