KeyrockStarknet - TX - 180d
    Updated 2024-03-14

    SELECT
    date_trunc('day', load_id) as day,
    COUNT(DISTINCT tx_hash) as transaction_count
    FROM
    external.tokenflow_starknet.decoded_events
    GROUP BY
    1
    order by 1
    LIMIT 180;
    QueryRunArchived: QueryRun has been archived