mansastNEAR to destination
    Updated 2022-10-05
    select
    date_trunc('month',block_timestamp) as month,
    sum(AMOUNT_IN) as stNEAR_VOL,
    token_out as destination
    from near.core.ez_dex_swaps
    where TOKEN_IN = 'STNEAR'
    group by 1, 3
    Run a query to Download Data