Skip to main content
已暴露为 MCP 工具polymarket_price_history - 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。
已上线   免费

它为 Agent 做什么

polymarket_price_history 返回某个 outcome 的隐含概率如何随时间变化。Agent 选好 market outcome 后,如果要画时间线、复盘事件、或解释概率变化,就调用它。 传入 outcome_token_id,选择 1h1d,也可以指定一个或两个 UTC 时间边界,再用 limittake_from 决定保留哪一端。返回值会按时间给出 timeprobabilityprice

返回值

PolymarketPriceHistory
required
单个 outcome token 的概率历史。
number
返回的数据点数量。
number
本次调用固定为 0
number
账户剩余 credit。
string
仅在候选窗口内的数据多于实际返回条数时出现 —— 也就是结果被 limit 截断了。这句话提示 agent 缩小窗口或把查询拆成多次:More data exists in the requested window than the items returned; narrow the window or split the query to see more.
200 OK · polymarket_price_history

说明

先从 预测市场事件 开始,读取选中的 market,再把返回的某个 outcome_token_id 传到这里。
看长期变化时用 1d。如果 agent 需要解释某一天或某条消息附近的变化,再用 1h
interval 只接受 1h1dinterval=15m 这类请求会在扣 credit 前返回 400
这里返回的是单个 outcome 的隐含概率点。它不是 OHLCV 数据、订单簿、成交历史或投资建议。

直接调用

完整参数参考

string
required
polymarket_market_read 返回的 outcome token id。
string
required
1h1d
string
可选 inclusive ISO 8601 UTC 下边界。
string
可选 inclusive ISO 8601 UTC 上边界。
number
边界过滤后最多返回多少个点。1h 默认 7201d 默认 365;最大 20000
string
default:"latest"
当过滤后候选超过 limit 时保留哪一端:latestearliest。输出仍按时间正序。

相关接口

预测市场事件

先浏览、搜索并读取 event card,再选择 market。

预测市场 Market 详情

读取 market outcomes,并复制需要的 outcome_token_id