返回顶部
p

probtrade预测市场分析

Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.4
安全检测
已通过
345
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

probtrade

prob.trade — Polymarket分析与交易

prob.trade获取实时预测市场情报并在Polymarket上进行交易。浏览热门市场,发现价格变动,查看顶级交易者的动向,并下达订单。

设置(所有命令必需)

所有命令都需要prob.trade API密钥。在~/.openclaw/skills/probtrade/config.yaml中配置:
yaml
apikey: ptklive_...
apisecret: pts...

在https://app.prob.trade(设置→API密钥)生成密钥。需要免费账户。

分析命令

使用以下脚本查询prob.trade公共API。

市场概览

快速获取预测市场概况: bash python3 {baseDir}/scripts/probtrade.py overview

返回:市场统计、前10热门市场、突破性价格变动以及最新市场。

热门市场

查看当前交易最活跃的市场: bash python3 {baseDir}/scripts/probtrade.py hot [--limit N]

突破性市场

过去24小时内价格变动最大的市场: bash python3 {baseDir}/scripts/probtrade.py breaking [--limit N]

新市场

最近创建的预测市场: bash python3 {baseDir}/scripts/probtrade.py new [--limit N] [--days N]

搜索市场

查找特定主题的市场: bash python3 {baseDir}/scripts/probtrade.py search 特朗普 [--limit N]

市场详情

通过条件ID获取特定市场的详细信息: bash python3 {baseDir}/scripts/probtrade.py market

市场统计

分类细分和总体市场数量: bash python3 {baseDir}/scripts/probtrade.py stats

顶级交易者

查看最赚钱的预测市场交易者: bash python3 {baseDir}/scripts/probtrade.py traders [--limit N] [--sort pnl|roi|volume|winRate] [--period all|30d|7d|24h]

交易命令

使用上述配置的相同API密钥在Polymarket上进行交易。

下达订单

bash python3 {baseDir}/scripts/probtrade.py order --market --side BUY --outcome Yes --type LIMIT --price 0.55 --amount 10

取消订单

bash python3 {baseDir}/scripts/probtrade.py cancel --order-id

查看持仓

bash python3 {baseDir}/scripts/probtrade.py positions

查看余额

bash python3 {baseDir}/scripts/probtrade.py balance

查看未成交订单

bash python3 {baseDir}/scripts/probtrade.py orders

安全:API密钥永远不会离开您的机器。仅发送HMAC签名。不存在提现/转账端点。

输出格式

所有命令输出结构化JSON,便于AI代理解析。关键字段:

  • - conditionid:唯一市场标识符(用于在Polymarket上交易)
  • question:预测市场问题
  • tokens:是/否结果的当前价格
  • volume24hr:过去24小时交易量
  • liquidity:可用交易流动性
  • enddateiso:市场结算时间

链接

  • - 仪表盘:https://app.prob.trade
  • 市场页面:https://app.prob.trade/markets/{condition_id}
  • 交易者资料:https://app.prob.trade/traders/{address}
  • 公共API:https://api.prob.trade/api/public/overview
  • 交易API文档:https://prob.trade/docs/public-api
  • ClawHub:https://clawhub.ai/vlprosvirkin/prob-trade-polymarket-analytics

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-skill-publish-1776297950 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-skill-publish-1776297950 技能

通过命令行安装

skillhub install openclaw-skill-publish-1776297950

下载

⬇ 下载 probtrade v2.0.4(免费)

文件大小: 8.11 KB | 发布时间: 2026-4-16 17:48

v2.0.4 最新 2026-4-16 17:48
- Major update: Expanded and clarified available analytics and trading commands for Polymarket via prob.trade integration.
- Added detailed setup instructions for API key configuration.
- Listed full command set for analytics (market stats, hot/breaking/new markets, search, details, stats, top traders).
- Listed command set for trading (place/cancel orders, view positions, balance, open orders).
- Ensured all command outputs are structured as JSON for easy integration.
- Included security information and relevant resource links for further documentation and dashboards.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部