rackhaelTokens IBCed out
    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_OUT'
    group by transfer_type, tokens


    Run a query to Download Data