返回顶部
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
安全检测
已通过
322
下载量
0
收藏
概述
安装方式
版本历史

probtrade

# prob.trade — Polymarket Analytics & Trading Get real-time prediction market intelligence and trade on Polymarket from [prob.trade](https://app.prob.trade). Browse trending markets, discover price movements, see what top traders are doing, and place orders. ## Setup (required for all commands) All commands require a prob.trade API key. Configure it in `~/.openclaw/skills/probtrade/config.yaml`: ```yaml api_key: "ptk_live_..." api_secret: "pts_..." ``` Generate keys at https://app.prob.trade (Settings → API Keys). Free account required. ## Analytics Commands Use the scripts below to query the prob.trade Public API. ### Market Overview Get a quick snapshot of the prediction market landscape: ```bash python3 {baseDir}/scripts/probtrade.py overview ``` Returns: market stats, top 10 hot markets, breaking price movements, and newest markets. ### Hot Markets See the most actively traded markets right now: ```bash python3 {baseDir}/scripts/probtrade.py hot [--limit N] ``` ### Breaking Markets Markets with the biggest price movements in the last 24 hours: ```bash python3 {baseDir}/scripts/probtrade.py breaking [--limit N] ``` ### New Markets Recently created prediction markets: ```bash python3 {baseDir}/scripts/probtrade.py new [--limit N] [--days N] ``` ### Search Markets Find markets about a specific topic: ```bash python3 {baseDir}/scripts/probtrade.py search "Trump" [--limit N] ``` ### Market Details Get detailed information about a specific market by its condition ID: ```bash python3 {baseDir}/scripts/probtrade.py market <condition_id> ``` ### Market Statistics Category breakdown and overall market counts: ```bash python3 {baseDir}/scripts/probtrade.py stats ``` ### Top Traders See the most profitable prediction market traders: ```bash python3 {baseDir}/scripts/probtrade.py traders [--limit N] [--sort pnl|roi|volume|winRate] [--period all|30d|7d|24h] ``` ## Trading Commands Trade on Polymarket using the same API key configured above. ### Place Order ```bash python3 {baseDir}/scripts/probtrade.py order --market <condition_id> --side BUY --outcome Yes --type LIMIT --price 0.55 --amount 10 ``` ### Cancel Order ```bash python3 {baseDir}/scripts/probtrade.py cancel --order-id <orderId> ``` ### View Positions ```bash python3 {baseDir}/scripts/probtrade.py positions ``` ### View Balance ```bash python3 {baseDir}/scripts/probtrade.py balance ``` ### View Open Orders ```bash python3 {baseDir}/scripts/probtrade.py orders ``` Security: API secret never leaves your machine. Only HMAC signatures are sent. No withdraw/transfer endpoints exist. ## Output Format All commands output structured JSON for easy parsing by AI agents. Key fields: - **condition_id**: Unique market identifier (use for trading on Polymarket) - **question**: The prediction market question - **tokens**: Current prices for Yes/No outcomes - **volume_24hr**: Trading volume in last 24 hours - **liquidity**: Available liquidity for trading - **end_date_iso**: When the market resolves ## Links - Dashboard: https://app.prob.trade - Market page: `https://app.prob.trade/markets/{condition_id}` - Trader profile: `https://app.prob.trade/traders/{address}` - Public API: https://api.prob.trade/api/public/overview - Trading API docs: 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

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部