rackhaelTokens IBCed in
    Updated 2023-08-20
    select distinct(currency) as tokens,
    transfer_type,
    count(tx_id) as transfered_tokens
    from cosmos.core.fact_transfers
    where transfer_type = 'IBC_TRANSFER_IN'
    group by transfer_type, tokens
    limit 10
    Run a query to Download Data