talebimorteza_72Untitled Query
    Updated 2022-12-10
    select
    BLOCK_TIMESTAMP,
    currency as token,
    FROM osmosis.core.fact_locked_liquidity_actions
    where POOl_ID=560
    AND IS_SUPERFLUID='True'
    and BLOCK_TIMESTAMP :-30 DAY,;

    Run a query to Download Data