Pine Analyticslinear-lime
    Updated 2025-03-17
    select
    ARRAY_SIZE(instruction['accounts']),
    count(*)
    from eclipse.core.fact_events
    where program_id like 'CPMMQoayoCZGUq4wQRxrPBNrrExU6PLg1eEAXC83KDzv'
    and block_timestamp > '2024-03-10'
    --and ARRAY_SIZE(instruction['accounts']) = 13
    and SUCCEEDED
    group by 1



    QueryRunArchived: QueryRun has been archived