Sbhn_NPtop 5 osmo
    Updated 2023-01-12
    select project_name as token,count(DISTINCT tx_id) as swaps
    from osmosis.core.fact_swaps
    join osmosis.core.dim_labels
    on to_currency=address
    where block_timestamp >='2022-12-24'
    group by 1
    order by 2 DESC
    limit 5
    Run a query to Download Data