MadiUnique transactions LP by action
    Updated 2022-10-20
    SELECT
    DATE_TRUNC('month', BLOCK_TIMESTAMP) as date,
    ACTION,
    COUNT (DISTINCT TX_ID) as TX_COUNT
    FROM osmosis.core.fact_liquidity_provider_actions
    group by date, action
    Run a query to Download Data