已暴露为 MCP 工具:
polymarket_price_history - 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。它为 Agent 做什么
polymarket_price_history 返回某个 outcome 的隐含概率如何随时间变化。Agent 选好 market outcome 后,如果要画时间线、复盘事件、或解释概率变化,就调用它。
传入 outcome_token_id,选择 1h 或 1d,也可以指定 UTC 时间范围。返回值会按时间给出 time、probability 和 price。
返回值
单个 outcome token 的概率历史。
返回的数据点数量。
本次调用固定为
0。账户剩余 credit。
200 OK · polymarket_price_history
说明
直接调用
HTTP / SDK 示例
HTTP / SDK 示例
完整参数参考
polymarket_price_history — 请求参数
polymarket_price_history — 请求参数
相关接口
预测市场事件
先浏览、搜索并读取 event card,再选择 market。
预测市场 Market 详情
读取 market outcomes,并复制需要的
outcome_token_id。