A macOS menu bar-only app that lets you search Polymarket markets and view live moneyline, a price chart, and the live order book for the selected market.
- macOS 13+ (uses
MenuBarExtra) - Xcode 15+ (recommended) or the Swift toolchain
cd /Users/ananyasingh/PolymarketMenuBar
swift buildcd /Users/ananyasingh/PolymarketMenuBar
swift runOr open in Xcode:
open Package.swift- Gamma API for events/markets discovery
- Gamma public search for query-based market lookup
- CLOB REST endpoints for order book, last trade, and price history
- CLOB WebSocket market channel for live order book updates
- Order book and live price are shown for the Yes token of the selected market.
- This app is read-only and does not place orders.
