adriaparcerisasSwaps in Thorchain 3
    Updated 2024-12-19
    select count( distinct concat(from_asset,'-',to_asset)) as pairs, count(distinct(tx_id)) as total_swaps, sum(to_amount_usd) as total_volume
    from thorchain.defi.fact_swaps
    where block_timestamp>='2024-01-01'



    QueryRunArchived: QueryRun has been archived