zakkisyedThorChain Fees
    Updated 2021-12-24
    select distinct(from_address), sum(liq_fee_asset_usd)
    --, block_timestamp

    from thorchain.swaps
    where block_timestamp > '2021-11-24'
    group by 1
    order by 2 desc
    limit 100
    Run a query to Download Data