mansastNEAR classified by token origin
    Updated 2022-10-05
    select
    sum(AMOUNT_OUT) as stNEAR_VOL,
    count(distinct(tx_hash)) as n_dep,
    token_in as origin
    from near.core.ez_dex_swaps
    where TOKEN_OUT = 'STNEAR'
    group by 3
    Run a query to Download Data