NuveveCryptoArchivedDaily Axelar Inbound Transactions
    Updated 2022-10-28
    select
    block_timestamp::date as date,
    count(tx_id) as tx_count
    from axelar.core.fact_transfers
    where transfer_type = 'IBC_TRANSFER_IN'
    group by date

    Run a query to Download Data