polymarket

Integrate Polymarket REST and WebSocket APIs with real-time RTDS subscriptions.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/anliang0306/VIBE-CODING-CN --skill polymarket-anliang0306
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/anliang0306/VIBE-CODING-CN/tree/main/i18n/zh/skills/polymarket
Command: npx skills add https://github.com/anliang0306/VIBE-CODING-CN --skill polymarket-anliang0306

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of Polymarket data and real-time streams into apps, enabling developers to build live market dashboards, trading tools, and AI-powered insights without starting from scratch.

Core Features & Use Cases

  • Platform API access (REST and WebSocket) for markets, trades, and pricing data.
  • Real-time streaming with Subscription topics (activity, trades, comments, rfq, crypto_prices) via the RTDS client.
  • Comprehensive references and docs to accelerate development, including automation and data consumption workflows.
  • Use Case: Build a live Polymarket dashboard showing live trades, price updates, and market metadata.

Quick Start

Start by reviewing the references for API and RTDS setup, then prototype a simple client that subscribes to the "activity" and "crypto_prices" streams and logs incoming messages.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I integrate Polymarket real-time data streams into my application?

You can integrate Polymarket real-time data by using the RTDS client to subscribe to WebSocket streams for activity, trades, comments, rfq, and crypto_prices. This Skill provides references to prototype a client that ingests and logs incoming real-time messages.

What is the difference between Polymarket GAMMA and CLOB APIs for data ingestion?

Polymarket GAMMA and CLOB are two distinct ecosystems covered by this Skill. GAMMA generally handles market metadata, while CLOB manages trading and pricing data. The Skill provides references for both REST and WebSocket APIs to build comprehensive dashboards and data ingestion workflows across these platforms.

Can I use Node.js and TypeScript to build a Polymarket dashboard?

Yes, you can use Node.js and TypeScript to build a Polymarket dashboard. This Skill requires Node.js/TypeScript tooling to implement end-to-end data ingestion, processing, and display. It provides the API references needed to show live trades, price updates, and market metadata in your application.

What's the best way to subscribe to Polymarket crypto_prices and activity streams?

The best way to subscribe to Polymarket crypto_prices and activity streams is to review the RTDS client references provided by this Skill, then prototype a simple client that connects to the WebSocket API and logs incoming messages for real-time data consumption and processing.

Do I need access to specific Polymarket API references to build trading tools?

Yes, you need access to the Polymarket RTDS client and API references to build trading tools. This Skill supplies the comprehensive documentation required for REST and WebSocket API integration, enabling automation and data consumption workflows for your trading applications.