nsa2000Flow Swapp
    Updated 2022-06-18
    select distinct token_in_contract as SWAP_TYPE,
    sum(token_in_amount) as SWAP_NUMBER
    from flow.core.fact_swaps
    group by 1
    order by 1
    Run a query to Download Data