Updated 2025-02-12
    SELECT TX_ID, swap_to_amount
    FROM solana.defi.fact_swaps
    WHERE SWAP_PROGRAM = 'Raydium Liquidity Pool V4'
    ORDER BY BLOCK_TIMESTAMP DESC
    LIMIT 4;