superflyLP Volume by USDT Pool
    Updated 2022-12-20
    select
    date_trunc('day', block_timestamp),
    currency,
    sum(amount/1e6)

    from terra.core.fact_lp_actions
    where currency like '%usdt%'
    group by 1,2
    Run a query to Download Data