Popex404Metrics Luna
    Updated 2022-12-14
    select Transfer_TYPE as "Type of Transfer",
    sum(Amount::integer/1e6) as "Luna Volume"
    from terra.core.ez_transfers
    where currency = 'uluna'
    group by 1
    Run a query to Download Data