PapasotUNI annual volume outflows from centralised exchanges
    Updated 2022-11-28
    select
    sum(amount_usd) as amount

    from ethereum.udm_events
    where symbol = 'UNI' AND
    block_timestamp > CURRENT_DATE - 365 AND
    from_label_type = 'cex'

    Run a query to Download Data