sakineh5021-nIQRzBUntitled Query
    Updated 2022-03-19
    SELECT cast(block_timestamp as date) as date_swap , sum(amount_usd) as dog_amount
    from ethereum.dex_swaps
    where token_address = '0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3'
    group by 1
    Run a query to Download Data