polymarket-references
4
总安装量
4
周安装量
#51727
全站排名
安装命令
npx skills add https://github.com/braindead-digital/polymarket-skills --skill polymarket-references
Agent 安装分布
opencode
4
gemini-cli
4
codex
4
openclaw
4
cursor
4
antigravity
3
Skill 文档
Polymarket Reference Documentation
Core knowledge base for Polymarket development.
Quick Reference
| Topic | File |
|---|---|
| Getting started | resources/quickstart.md |
| Terms & definitions | resources/glossary.md |
| API endpoints | resources/api-reference.md |
| Order placement | resources/order-guide.md |
| SDK setup | resources/clients.md |
APIs
| API | Purpose | Base URL |
|---|---|---|
| CLOB | Trading, orders | https://clob.polymarket.com |
| Gamma | Market discovery | https://gamma-api.polymarket.com |
| Data | Positions, history | https://data-api.polymarket.com |
| WebSocket | Real-time data | wss://ws-subscriptions-clob.polymarket.com |
Reference Files
Load as needed:
Getting Started
resources/quickstart.md– First order, client init, signature typesresources/glossary.md– Token ID, condition ID, order types, CTF termsresources/fees.md– Fee structure, maker rebates
API & SDK
resources/api-reference.md– All endpoints, auth, WebSocket, Subgraphresources/clients.md– Python, TypeScript, Rust SDKs, contractsresources/order-guide.md– GTC/GTD/FOK/FAK, parameters, lifecycle
Bot Development
resources/bot-patterns.md– WebSocket, reconnection, order sizingresources/troubleshooting.md– Common errors and solutions
Advanced Topics
resources/neg-risk.md– Winner-take-all events, conversionresources/ctf.md– Split/merge/redeem operationsresources/builders.md– Builder program, gasless transactionsresources/market-makers.md– MM setup, liquidity rewards, RFQ
Market Mechanics
resources/market-theory.md– Prediction market fundamentalsresources/market-lifecycle.md– Creation, pricing, resolution, disputesresources/uma.md– UMA oracle, DVM voting, dispute resolution