shreexUntitled Query
    Updated 2022-12-20
    select sum(amount/pow(10,6)) from terra.core.fact_lp_actions
    where
    currency='astroport axlusdt-axlusdc pair' and action='mint_lp_token'

    select * from terra.core.fact_lp_actions
    where
    currency='astroport axlusdt-axlusdc pair' and action='burn_lp_token'
    Run a query to Download Data