NuveveCryptoArchivedDaily Superfluid Staking Transactions
    Updated 2023-05-15
    select
    block_timestamp::date as date,
    count(tx_id) as tx_count
    from osmosis.core.fact_superfluid_staking
    group by date

    Run a query to Download Data