← 返回
效率工具 中文

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.
从 Polymarket 预测市场获取最新事件。当用户询问 Polymarket 事件、预测市场、热门赌注或想查看最新内容时使用。
yaplora
效率工具 clawhub v0.1.0 1 版本 99817.4 Key: 无需
★ 5
Stars
📥 2,086
下载
💾 56
安装
1
版本
#latest

概述

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}
    • Odds: Yes {price}% / No {price}%
    • Link: https://polymarket.com/event/{slug}

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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 19:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,786
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,844
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,655