polymarket

Integrate Polymarket REST, WebSocket, and CLOB/GAMMA APIs into TypeScript applications.

22.7k|2.4k|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/2025Emma/vibe-coding-cn --skill polymarket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/2025Emma/vibe-coding-cn/tree/main/i18n/en/skills/polymarket
Command: npx skills add https://github.com/2025Emma/vibe-coding-cn --skill polymarket

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Polymarket Skill covers platform APIs, trading, market data, and real-time streaming integration.

Core Features & Use Cases

  • CLOB/WebSocket APIs for real-time trades and market updates
  • Markets, events, and pricing endpoints
  • LLM integration prompts and guidance for data usage

Quick Start

Start with Polymarket APIs to fetch markets, price data, and trades via REST or WebSocket.

Frequently Asked Questions about polymarket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream real-time market data and trades from Polymarket using WebSocket?

Real-time market data and trades stream via Polymarket's WebSocket APIs, which deliver live order book updates, trade execution data, and market pricing without polling. Connect using the WebSocket subscription management pattern, handle reconnections, and validate incoming payloads to integrate live feeds into dashboards or trading workflows.

What's the best way to integrate Polymarket REST API for markets, events, and pricing data?

Polymarket's REST API endpoints return markets, events, and pricing data for public market information. Fetch data with standard HTTP requests, filter results by market parameters, and combine with WebSocket streams for real-time updates. TypeScript and JavaScript clients handle authentication and payload validation automatically.

Can I access authenticated user data and execute trades via Polymarket's CLOB API?

Polymarket's CLOB (Central Limit Order Book) and GAMMA trading APIs support authenticated private data access for user accounts, order placement, and trade execution. Authenticated requests require API credentials; the Skill handles credential management, request signing, and response validation for scalable trading applications.

How do I monitor RFQ activity and comments on Polymarket markets?

Polymarket streams RFQ (Request for Quote) activity and user comments via WebSocket subscriptions alongside trade and order data. Filter event types by subscription topic, process incoming messages with payload validation, and route comment and RFQ updates to analytics or notification systems.

Does Polymarket WebSocket integration work with automated trading bots and scalable applications?

Polymarket WebSocket APIs support high-frequency automated trading bots and scalable applications through persistent connections, reconnection handling, and low-latency data delivery. The integration satisfies requirements for TypeScript/JavaScript clients managing multiple subscriptions, order state tracking, and concurrent trade processing.