已暴露为 MCP 工具:
polymarket_price_history - 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。它为 Agent 做什么
polymarket_price_history 返回某个 outcome 的隐含概率如何随时间变化。Agent 选好 market outcome 后,如果要画时间线、复盘事件、或解释概率变化,就调用它。
传入 outcome_token_id,选择 1h 或 1d,也可以指定一个或两个 UTC 时间边界,再用 limit 和 take_from 决定保留哪一端。返回值会按时间给出 time、probability 和 price。
返回值
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
说明
直接调用
HTTP / SDK 示例
HTTP / SDK 示例
完整参数参考
polymarket_price_history — 请求参数
polymarket_price_history — 请求参数
相关接口
预测市场事件
先浏览、搜索并读取 event card,再选择 market。
预测市场 Market 详情
读取 market outcomes,并复制需要的
outcome_token_id。