JhanlycnJupiter LO Txs corrected
    Updated 2025-01-28
    select
    date_trunc('day', block_timestamp) as date,
    count(distinct tx_id) as tx,
    sum(count(distinct tx_id)) over (
    order by
    date rows between unbounded preceding
    and current row
    ) as total_tx,
    count(distinct signers[0]) as limit_order_traders
    from
    solana.core.fact_events
    where succeeded
    and program_id = 'jupoNjAxXgZ4rjzxzPMP4oxduvQsQtZzyknqvzYNrNu'
    group by
    date
    order by
    date desc

    Last run: 3 months agoAuto-refreshes every 24 hours
    DATE
    TX
    TOTAL_TX
    LIMIT_ORDER_TRADERS
    1
    2025-01-28 00:00:00.000492827341917
    2
    2025-01-27 00:00:00.0001852827337049
    3
    2025-01-26 00:00:00.0002432827318551
    4
    2025-01-25 00:00:00.0002802827294258
    5
    2025-01-24 00:00:00.0001372827266248
    6
    2025-01-23 00:00:00.0001522827252572
    7
    2025-01-22 00:00:00.0003182827237383
    8
    2025-01-21 00:00:00.0001182827205562
    9
    2025-01-20 00:00:00.00035028271937106
    10
    2025-01-19 00:00:00.00045828271587159
    11
    2025-01-18 00:00:00.00023028271129113
    12
    2025-01-17 00:00:00.000522827089932
    13
    2025-01-16 00:00:00.0001282827084763
    14
    2025-01-15 00:00:00.0003212827071958
    15
    2025-01-14 00:00:00.0001362827039832
    16
    2025-01-13 00:00:00.000842827026238
    17
    2025-01-12 00:00:00.000342827017824
    18
    2025-01-11 00:00:00.000852827014432
    19
    2025-01-10 00:00:00.000772827005932
    20
    2025-01-09 00:00:00.000762826998243
    ...
    818
    36KB
    34s