polymarket

Fetch Polymarket market data from Gamma, CLOB, and Data APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill polymarket-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/Aevonix/colony-ai --skill polymarket-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Polymarket data is scattered across public APIs. This Skill provides a focused, read-only pathway to discover events, retrieve current odds and price history, and access market metadata from Polymarket's Gamma, CLOB, and Data APIs without requiring authentication.

Core Features & Use Cases

  • Public data access: discover markets by keyword, fetch current prices, and pull price histories without authentication.
  • Comprehensive coverage: aggregates data from Gamma, CLOB, and Data APIs to show markets, trades, and volumes.
  • Use Case: Quickly answer "what are the odds of X?" by presenting the market question, Yes/No prices, and volume.

Quick Start

Use the Polymarket skill to fetch current odds and price history for a market.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I fetch current odds and prices from Polymarket without an API key?

Fetch Polymarket current odds and prices by querying public Gamma, CLOB, and Data API endpoints without authentication. This read-only access retrieves market questions, Yes/No prices, and volume directly.

What is the best way to search for a prediction market by keyword and retrieve its volume?

Searching for a prediction market by keyword is done by querying the Gamma API to discover matching events, which then returns the market question, current prices, and associated volume.

Can I pull price history for Polymarket tokens to compare prices across different markets?

Yes, you can pull price history for Polymarket tokens by querying the Data API to compare prices across different markets, retrieving historical data and current odds without needing authentication.

How does retrieving prediction market data handle double-encoded fields in the API output?

Retrieving prediction market data handles double-encoded fields by decoding them during the fetch process from public endpoints, ensuring robust output for market odds, prices, and volume.

Does accessing Polymarket market data require authentication or login credentials?

Accessing Polymarket market data does not require authentication or login credentials, as the Skill provides a focused, read-only pathway to discover events and odds via public API endpoints.