apostleoffinanceAPTOS: Bridge Activities Over Time
    Updated 2024-06-06
    SELECT
    date_trunc('month', BLOCK_TIMESTAMP) AS activity_month,
    COUNT(*) AS activity_count
    FROM aptos.defi.fact_bridge_activity
    GROUP BY 1
    ORDER BY 1;

    Auto-refreshes every 12 hours
    QueryRunArchived: QueryRun has been archived