sarathaxl_token4
    Updated 2022-12-02
    select TRANSFER_TYPE,count(distinct tx_id) as events,sum(amount/pow(10,DECIMAL)) as volume
    from axelar.core.fact_transfers
    where currency = 'uaxl'
    and TX_SUCCEEDED = 'TRUE'
    group by 1
    Run a query to Download Data