SpecterLiquidation Monthly Trends overtime
    Updated 2024-05-02
    SELECT DATE_TRUNC('month', BLOCK_TIMESTAMP) AS Date,
    count(TX_HASH) AS TransactionCount
    FROM arbitrum.defi.ez_lending_liquidations
    WHERE Date != CURRENT_DATE
    GROUP BY Date
    ORDER BY Date

    QueryRunArchived: QueryRun has been archived