sarathStable coin trend 1
    Updated 2022-03-19
    SELECT Date(block_timestamp),symbol,count(tx_id),sum(amount),sum(amount_usd) from ethereum.udm_events where symbol in ('USDT','USDC','BUSD','DAI','UST') and (from_label='uniswap' or to_label='uniswap')
    GROUP by 2,1
    LIMIT 1000
    Run a query to Download Data