1select count(*) as total_trades, sum(trades.price*trades.count) as total_trades_usd
2from @kalshi.markets.market_trades trades
31select count(*) as total_trades, sum(trades.price*trades.count) as total_trades_usd
2from @kalshi.markets.market_trades trades
3Share link
Anyone who has the link will be able to view this.