LTirrell4. Total volume swapped by pool and over time
    Updated 2021-10-26
    select
    day,
    POOL_NAME,
    SWAP_VOLUME_RUNE,
    SWAP_VOLUME_RUNE_USD,
    SWAP_VOLUME_RUNE,
    SWAP_COUNT,
    to_asset_swap_count,
    to_asset_swap_volume,
    to_rune_swap_count,
    to_rune_swap_volume,
    unique_swapper_count
    from thorchain.daily_pool_stats
    order by day

    Run a query to Download Data