Specterthorchain refund stats
    Updated 2025-03-19
    SELECT Date_trunc('week', block_timestamp) AS date,
    COUNT(DISTINCT tx_id) AS refund_count,
    SUM(refund_count) OVER (ORDER BY date) AS cum_refund
    FROM thorchain.defi.fact_refund_events
    WHERE block_timestamp >= '2024-01-01'
    GROUP BY date
    ORDER BY date DESC


    Last run: about 1 month ago
    DATE
    REFUND_COUNT
    CUM_REFUND
    1
    2025-03-17 00:00:00.000321224337838
    2
    2025-03-10 00:00:00.000970534305716
    3
    2025-03-03 00:00:00.0001263044208663
    4
    2025-02-24 00:00:00.0002155294082359
    5
    2025-02-17 00:00:00.0001024093866830
    6
    2025-02-10 00:00:00.000740973764421
    7
    2025-02-03 00:00:00.000973493690324
    8
    2025-01-27 00:00:00.0001503683592975
    9
    2025-01-20 00:00:00.0001521913442607
    10
    2025-01-13 00:00:00.0001338113290416
    11
    2025-01-06 00:00:00.000970513156605
    12
    2024-12-30 00:00:00.000440023059554
    13
    2024-12-23 00:00:00.000501313015552
    14
    2024-12-16 00:00:00.0001038372965421
    15
    2024-12-09 00:00:00.000888152861584
    16
    2024-12-02 00:00:00.0001359232772769
    17
    2024-11-25 00:00:00.0001003012636846
    18
    2024-11-18 00:00:00.0001212712536545
    19
    2024-11-11 00:00:00.0001559142415274
    20
    2024-11-04 00:00:00.0001057632259360
    64
    3KB
    2s