Updated 2022-12-01
    --credit : https://app.flipsidecrypto.com/velocity/queries/7731cc89-bf6d-4598-8d33-49aa97876a59
    select count(distinct TRADER) , sum(TO_AMOUNT/pow(10,6)) , avg(TO_AMOUNT/pow(10,6))
    from osmosis.core.fact_swaps inner join osmosis.core.dim_labels
    on TO_CURRENCY=osmosis.core.dim_labels.address
    where PROJECT_NAME ='AXL'
    Run a query to Download Data