polymarket-latest-events

Fetch the latest events from Polymarket prediction market. Use when user asks about Polymarket events, prediction markets, trending bets, or wants to see what's new on Polymarket.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "polymarket-latest-events" with this command: npx skills add yaplora/polymarket-latest-events

Polymarket Latest Events

Fetch the latest events from the Polymarket prediction market platform.

When to Use

Use this skill when the user:

  • Asks about the latest events or markets on Polymarket
  • Wants to see trending prediction markets
  • Mentions Polymarket, prediction market, or betting odds
  • Asks "what's new on Polymarket" or similar queries

How to Fetch

Use web_fetch (or curl via Bash) to call the Polymarket Gamma API. No API key or authentication is required.

Get the 10 latest events

curl -s "https://gamma-api.polymarket.com/events?active=true&closed=false&limit=10&order=createdAt&ascending=false"

Or with web_fetch:

web_fetch url="https://gamma-api.polymarket.com/events?active=true&closed=false&limit=10&order=createdAt&ascending=false"

Response format

The API returns a JSON array. Each event object contains:

FieldDescription
titleEvent title / question
slugURL slug for the event
descriptionDetailed description
startDateEvent start date
createdAtWhen the event was created
volumeTotal trading volume
liquidityAvailable liquidity
marketsArray of sub-markets with outcomes and prices
tagsCategory tags

Build event links

The Polymarket URL for each event is:

https://polymarket.com/event/{slug}

Read market prices

Each event has a markets array. Each market contains:

  • question: The specific question
  • outcomes: JSON string like ["Yes", "No"]
  • outcomePrices: JSON string like ["0.65", "0.35"] (probabilities)

Output Format

Present the results as a clean list:

  1. {title} — {short description or first tag}

Filtering Options

You can customize the API query:

  • By category: add &tag_id={id} (get tag IDs from https://gamma-api.polymarket.com/tags?limit=100)
  • By volume: &order=volume&ascending=false for most-traded events
  • By sport: use https://gamma-api.polymarket.com/sports to discover leagues, then filter by &series_id={id}
  • More results: change &limit=10 to any number

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Digital Ocean

Digital Ocean integration. Manage Accounts. Use when the user wants to interact with Digital Ocean data.

Registry SourceRecently Updated
General

旅游攻略规划技能

飞猪旅游攻略规划技能。使用场景:(1) 从小红书搜索目的地旅游攻略,(2) 自动提取攻略中的目的地、日期、行程信息,(3) 查询飞猪机票价格并插入攻略中,(4) 生成完整的行程规划报告(含攻略 + 最低价机票链接 + 天气预报 + 详细预算)。

Registry SourceRecently Updated
General

Webflow SEO/GEO + API

Manage SEO and GEO content updates in Webflow by prioritizing with GSC, drafting content, creating patch JSONs, updating CMS via API, optimizing images and S...

Registry SourceRecently Updated