Sdk
py_clob_client Known Bugs: April 2026
Active py_clob_client bugs affecting create_order, post_order, and sell flows. Covers issues #301, #294, #293, #287, #265, and workarounds.
Read → Layer 3 — TradingPolymarket Agent Skills
Polymarket Agent Skills: official structured skill pack for AI agents. Covers authentication, order patterns, market data, WebSocket streaming, CTF operations, bridge, and gasless transactions.
Read → Layer 3 — TradingPolymarket Rust SDK Reference: Setup, Methods, and Trading Examples
Reference for the Polymarket Rust SDK. Covers Cargo setup, client initialization with alloy signers, method reference by category, error handling, and performance patterns.
Read → Layer 3 — TradingPolymarket TypeScript SDK Reference: @polymarket/clob-client Methods with Examples
Complete reference for @polymarket/clob-client TypeScript SDK. Every method with signatures, parameters, return types, and working examples.
Read →Polymarket Agents Framework Review: Official Developer SDK for Autonomous Trading
Polymarket Agents review. Official open-source developer framework for building autonomous AI agents on Polymarket. CLI, LLM integration, modular connectors, ChromaDB for news vectorization.
Read →Agent Betting Tool Directory — Every Tool in the Prediction Market Agent Stack
Curated, categorized directory of every tool in the autonomous agent prediction market ecosystem. Organized by stack layer: Identity, Wallet, Trading, and Intelligence.
Read → Layer 3 — Tradingpy_clob_client create_order — Place Trades on Polymarket with Python
How to use create_order and post_order in py_clob_client. Covers GTC, FOK, and FAK order types, tick_size, neg_risk, batch orders, and complete Python examples.
Read → Layer 3 — Tradingpy_clob_client get_balance_allowance — Check USDC Balance on Polymarket
How to check your USDC balance and token allowance on Polymarket using py_clob_client. Covers BalanceAllowanceParams, AssetType, wei conversion, and Python examples.
Read → Layer 3 — Tradingpy_clob_client get_order_book: Polymarket Order Book Python Guide
How to use py_clob_client get_order_book to fetch Polymarket order book data. Covers OrderBookSummary return type, get_order_books batch method, BookParams, spread calculation, and working Python examples.
Read → Layer 3 — Tradingpy_clob_client get_positions: Polymarket Position Tracking Python Guide
How to use py_clob_client get_positions to track Polymarket positions. Covers response fields, position filtering, P&L calculation, Data API alternative, and working Python examples.
Read → Layer 3 — TradingDome vs pmxt vs OddsPapi: Unified Prediction Market API Comparison (2026)
Unified prediction market API comparison: Dome, pmxt, and OddsPapi. Architecture, data coverage, pricing, and code examples.
Read → Layer 3 — Tradingpy_clob_client Python Reference — Every Method with Code Examples (2026)
Full py_clob_client method reference with working Python examples. Covers get_order_book, create_order, get_positions, get_balance_allowance, and error handling patterns.
Read → Layer 3 — TradingPrediction Market API Reference: Polymarket & Kalshi Endpoints Side-by-Side (2026)
Compare Polymarket and Kalshi API endpoints, authentication methods, and rate limits in one reference. Includes py_clob_client methods, Kalshi REST v2, and working Python examples.
Read →