rajsUntitled Query
    Updated 2022-10-24
    SELECT
    *
    from osmosis.core.fact_liquidity_provider_actions
    where liquidity_provider_address = 'osmo1jmcqdyh9auemdr35xnqsywpagd9ty3yxqqgh55'
    and block_timestamp::date = '2022-09-26'
    order by pool_id

    Run a query to Download Data