par_rnThorchain
    Updated 2024-11-12
    SELECT BLOCKCHAIN,
    SUM(from_amount_usd) AS usd_volume,
    FROM thorchain.defi.fact_swaps
    WHERE affiliate_address = 'ELD'
    GROUP BY 1
    ORDER BY 2 DESC
    LIMIT 10
    QueryRunArchived: QueryRun has been archived