sarathaxl_token5.5
    Updated 2022-12-02
    SELECT
    label,
    count(distinct tx_id) as txs
    FROM osmosis.core.fact_swaps
    JOIN osmosis.core.dim_labels on address = to_currency
    WHERE from_currency like 'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E'
    group by label
    order by txs desc
    limit 10
    Run a query to Download Data