superflyUntitled Query
    Updated 2022-09-28
    select PROJECT_NAME,count(distinct tx_id) as number_of_txs
    from osmosis.core.fact_swaps
    join osmosis.core.dim_labels on address = from_currency
    where to_currency like 'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E'
    group by PROJECT_NAME
    order by number_of_txs desc
    limit 20
    Run a query to Download Data