Skip to main content

polymarket-tui

A fast, keyboard-driven terminal client for Polymarket: browse markets, watch live order books and trades, chart prices, track your portfolio and P&L, follow traders, and place orders - without leaving the terminal.

PyPI Python License: MIT

polymarket-tui - a live order book, trades, and price chart in the terminal

Watch the interactive demo - browse markets, open a live book, chart, search.

Built with Python 3.12 and Textual.

Install

PyPI (installs the CLI in an isolated environment):

uv tool install polymarket-tui   # or: pipx install polymarket-tui / pip install polymarket-tui

One-line install (installs uv if missing, then installs polymarket-tui as a uv tool):

curl -sSL https://raw.githubusercontent.com/byronxlg/polymarket-tui/main/install.sh | bash

Homebrew (one command - auto-taps and installs):

brew install byronxlg/tap/polymarket-tui

Add --HEAD to track main instead of the latest release.

From source (for development):

git clone https://github.com/byronxlg/polymarket-tui
cd polymarket-tui
uv sync
uv run polymarket-tui

Then run polymarket-tui.

No credentials needed to browse: markets, books, charts, trades, comments, and any trader's public positions all work read-only.

Landing page

A static landing page lives in site/ and deploys to GitHub Pages (https://byronxlg.github.io/polymarket-tui/). Its hero plays a recorded asciinema demo of the TUI - browse markets, open one, cursor the live book, chart, search. Preview it locally with python3 -m http.server -d site 8000, and regenerate the demo with bash scripts/record_demo.sh. See site/README.md.

Account setup

Press A in the app (a pop-out - esc drops you back where you were):

  • Funder address only -> observer mode: your positions, P&L, activity. This is the wallet address shown on your polymarket.com profile (also your USDC deposit address).

  • Funder + private key -> trading mode. Where the key comes from depends on how you log in to Polymarket:

    • email/Magic login: polymarket.com -> Settings -> Export Private Key (signature type 1, the default)
    • browser wallet: export the key from the wallet itself, e.g. MetaMask account details (signature type 2)
    • trading straight from your own wallet with no Polymarket proxy: that wallet's key, funder = the same address (signature type 0)

    Applied credentials are saved to ~/.config/polymarket-tui/credentials.toml (chmod 600, plaintext - treat the file like the key itself). POLYMARKET_* env vars override the file.

    Note: accounts created since Polymarket switched to Privy embedded wallets export only a threshold-key share; the trading API (and therefore this client) does not support them yet.

Orders are dry-run until you go live: fully validated and signed but never posted. Live posting requires the L toggle (confirmed) or POLYMARKET_EXECUTION_LIVE=1; the choice persists across sessions and a LIVE start is announced. Every placed/cancelled order is appended to ~/.local/share/polymarket-tui/orders.jsonl.

Deposits, withdrawals, token approvals, and redemption of resolved positions are on-chain operations this client does not perform - use the website.

Keys

One scheme everywhere - press ? in the app for the full reference:

  • arrows move; up/down flow into adjacent panels (category bar, chart inspect, search box); right/enter open; left/esc step out one level (order panel -> expanded view -> screen -> previous screen)
  • tab cycles the screen's selector: category (home), chart timeframe (event/market), pane (portfolio), results mode (search)
  • space is the contextual toggle: star an event, follow a trader, flip the YES/NO book, flip BUY/SELL while ordering, show rules
  • Market pages: b/s order entry under the live book (price in cents, empty = market order, up/down = tick), y/n book side, a expand the inline trades to full width (right opens the trader), i rules, c comments, e parent event
  • / search (markets and traders), p portfolio, w watchlist, A auth, L toggle DRY/LIVE for the session (going live asks for confirmation), q quit

Data sources

Public Polymarket APIs: gamma-api.polymarket.com (markets, events, search, comments), clob.polymarket.com (order books, price history, orders), data-api.polymarket.com (positions, trades, activity), user-pnl-api.polymarket.com (profit history). Trading uses py-clob-client-v2 for CLOB V2 order signing.

Docs

  • .claude/rules/design-principles.md - the UX/code principles this app follows
  • docs/architecture.md - layers, async model, caching
  • docs/api-reference.md - the four API surfaces, verified shapes, quirks
  • docs/trading.md - the money path: validation, confirmation, audit
  • docs/config-and-auth.md - credentials, capability modes

Remaining work is tracked in GitHub issues.

Disclaimer

Unofficial client, not affiliated with Polymarket. It can place real orders with real money when you explicitly enable LIVE mode; you are responsible for your trades. No warranty.

Release files for polymarket-tui 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for polymarket-tui 0.1.1
File Size Uploaded
polymarket_tui-0.1.1.tar.gz 118.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for polymarket-tui 0.1.1
File Interpreter ABI Platform
polymarket_tui-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size: 269.8 kB

Release files / polymarket_tui-0.1.1.tar.gz

Download URL polymarket_tui-0.1.1.tar.gz
Size 118.2 kB
Tags Source
SHA-256 checksum
How to use checksums
3cc7540c5319a5da713ad56ae85699bb1506e05fc0067f50d328c65252df0c62
BLAKE2b-256 checksum
How to use checksums
86f111f5f1943d5b7b853b5d973be0bd9ab112665c227e22cd6c718269122e24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 6, 2026.

Transparency log

Release files / polymarket_tui-0.1.1-py3-none-any.whl

Download URL polymarket_tui-0.1.1-py3-none-any.whl
Size 151.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8a5e12096f6860efc7c16a56b32f860c11c4022be90eed8bd4d611597e0d324d
BLAKE2b-256 checksum
How to use checksums
4525673e4e93fab038c7df9a938f6551696b42f9ef571d534067ed9e98c1b831
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 6, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page