barbodAll - Collateral
    Updated 2022-05-18
    select symbol,sum(amount_usd) as volume
    from ethereum.udm_events
    where to_label='maker'
    and amount_usd is not null
    group by 1
    order by 2 desc
    Run a query to Download Data