--- id: py-clob-client version: "0.34.6" license: unclear license_treatment: permissive maintenance: abandoned --- # py-clob-client — Python client for the Polymarket CLOB License: permissive · Maintenance: abandoned · Downloads: 703.6K/mo ## What it is and what it does py-clob-client is a Python wrapper around Polymarket's Central Limit Order Book API, enabling programmatic access to prediction market trading on the Polygon blockchain. It abstracts the HTTP communication and cryptographic signing required to authenticate orders and account queries, supporting both read-only market data retrieval (prices, order books, markets) and authenticated trading operations (placing limit and market orders, canceling orders, viewing trade history). The library handles wallet authentication through private keys, with support for different signature types (standard EOA, email/Magic wallets, and proxy contracts). It depends on eth-account, eth-utils, and related Ethereum signing libraries to manage key material and order signatures. The package requires Python 3.9.10 or later and is designed for developers building trading bots, market analysis tools, or direct Polymarket integrations on Polygon. Use it for: - Build automated trading bots that monitor prices and execute limit or market orders on Polymarket prediction markets - Fetch real-time order book and midpoint price data for market analysis or research without authentication - Manage open orders programmatically—cancel individual orders or clear all positions in a single call - Retrieve personal trade history and last executed prices for a specific token to track performance - Integrate Polymarket trading into a larger application or service running on Polygon chain ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client library for trading on Polymarket's Central Limit Order Book (CLOB), supporting read-only market data access, order placement, and account management via the Polymarket API. No. The repository is archived and abandoned (last commit 2026-05-25, no maintenance expected). While the package itself has low install friction and no known vulnerabilities, the lack of active maintenance means bug fixes, API compatibility updates, and support are unavailable. Use only if you are confident the Polymarket CLOB API remains stable and compatible with version 0.34.6, and you can maintain your own fork if needed. ## Install pip install py-clob-client uv add py-clob-client poetry add py-clob-client ## Installing py-clob-client Before you install: Low install friction with a pure Python wheel distribution. Repository is archived and marked abandoned as of the last commit on 2026-05-25, so maintenance and bug fixes are not expected going forward. License in practice: Licensed under MIT (permissive), allowing free use, modification, and distribution with minimal restrictions. Quickstart: pip install py-clob-client from py_clob_client.client import ClobClient client = ClobClient("https://clob.polymarket.com") ok = client.get_ok() print(ok) Requires Python 3.9.10 or later. Trading operations require a private key and funds on Polymarket; read-only operations do not. Verify before relying: - Whether the abandoned repository status affects API stability or Polymarket's continued support for the endpoint - Current state of Polymarket's CLOB service and whether it remains operational - Compatibility of the client with recent Polymarket API changes since the last release ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: abandoned - Downloads: 703.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags polymarket trading client, clob order book api, prediction market trading, polymarket python sdk, ethereum wallet order management, polygon chain trading, market order execution, blockchain-trading, polymarket, order-management [View on SkillFed](https://skillfed.io/packages/py-clob-client) · [View on PyPI](https://pypi.org/project/py-clob-client/)