3 releases
Uses new Rust 2024
| 0.1.2 | Jan 1, 2026 |
|---|---|
| 0.1.1 | Jan 1, 2026 |
| 0.1.0 | Jan 1, 2026 |
#974 in Command line utilities
325KB
7K
SLoC
polymarket-tui
A terminal UI for browsing Polymarket prediction markets and watching live trades.
Features
- Browse trending events - View markets sorted by volume, breaking news, or newest
- Live trade monitoring - Watch real-time trades via WebSocket
- Market details - See prices, volumes, and outcomes for each market
- Keyboard navigation - Full keyboard support with vim-style bindings
- Mouse support - Click to select events, scroll panels, switch tabs
Installation
cargo install polymarket-tui
Usage
# Browse trending events
polymarket-tui trending
# View help
polymarket-tui --help
Keyboard Shortcuts
| Key | Action |
|---|---|
↑/k, ↓/j |
Navigate up/down |
Tab |
Switch between panels |
←/→ |
Switch tabs (Trending/Breaking/New) |
Enter |
Toggle live trade watching |
/ |
Search markets (API) |
f |
Filter current list (local) |
? |
Show help |
q |
Quit |
Screenshot
The TUI displays:
- Left panel: Event list with volume and market count
- Right panel: Event details, markets with prices, and live trades
Related
- polymarket-api - The underlying API library
License
MIT
Dependencies
~14–37MB
~483K SLoC