-- forked from total trading volume, number of transactions and active users v1 @ https://flipsidecrypto.xyz/edit/queries/f2dcb962-c073-4b79-b28a-4e6aa8dbce23
-- forked from mighty_joe / total trading volume, number of transactions and active users @ https://flipsidecrypto.xyz/mighty_joe/q/WmS0vjmZHgGw/total-trading-volume-number-of-transactions-and-active-users
SELECT
*
FROM ethereum.defi.ez_dex_swaps
WHERE platform IN ('balancer')
AND amount_in_usd IS NOT NULL
order by amount_in_usd desc