SELECT question, ROUND(volume) as volume, lasttradeprice, enddate
FROM "@polymarket.gamma.markets"
WHERE active AND closedtime IS NULL
ORDER BY volume DESC
LIMIT 5
SELECT question, ROUND(volume) as volume, lasttradeprice, enddate
FROM "@polymarket.gamma.markets"
WHERE active AND closedtime IS NULL
ORDER BY volume DESC
LIMIT 5
Anyone who has the link will be able to view this.