← 返回
开发者工具 中文

Polymarket Whale Copier

Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
自动复制盈利的Polymarket钱包,追踪鲸鱼钱包,按设定比例镜像其投注,内置风险管理,无需API密钥。
cassh100k
开发者工具 clawhub v1.0.0 1 版本 99939.8 Key: 无需
★ 1
Stars
📥 1,639
下载
💾 29
安装
1
版本
#latest

概述

🐋 Polymarket Whale Copier

Automatically copy trade winning Polymarket wallets.

Track any wallet, mirror their bets, profit from their alpha.

Features

  • 🎯 Copy Any Wallet — Just paste their address
  • 📊 Configurable Size — Copy 1-100% of their position
  • 🛡️ Risk Controls — Min/max trade limits, BUY-only mode
  • 📝 Full Logging — Every trade documented
  • 🔄 Auto-Redemption — Claims winning positions automatically
  • 💰 No API Keys — Uses public Polymarket APIs

Quick Start

# 1. Set your Polymarket private key
export POLYMARKET_KEY="0xYourPrivateKey"

# 2. Run the copier
python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10

Configuration

Edit config.json:

{
  "target_wallet": "0x...",
  "copy_percent": 10,
  "min_trade_usd": 5,
  "max_trade_usd": 50,
  "buy_only": true,
  "check_interval_sec": 60,
  "dry_run": false
}

Commands

# Start copy trading (background)
./scripts/start.sh

# Check status
./scripts/status.sh

# Stop trading
./scripts/stop.sh

# View recent trades
./scripts/logs.sh

# Auto-redeem winning positions
python3 scripts/auto_redeem.py

Finding Whale Wallets

  1. Go to Polymarket Leaderboard
  2. Click on top traders
  3. Copy their wallet address from the URL
  4. Paste into config or --target flag

Risk Management

SettingDefaultDescription
-------------------------------
copy_percent10%% of whale's position to copy
min_trade_usd$5Skip trades smaller than this
max_trade_usd$50Cap maximum trade size
buy_onlytrueOnly copy BUYs (safer)

How It Works

  1. Monitor — Polls target wallet every 60 seconds
  2. Detect — Identifies new trades via Polymarket API
  3. Filter — Applies your risk settings
  4. Execute — Places matching orders on your account
  5. Log — Records everything for analysis

Example Output

🚀 POLYMARKET COPY TRADER STARTING
🎯 Target: 0x4ffe49ba...609f71
📊 Copy: 10% | Limits: $5-$50

🔄 Monitoring cycle #42
📈 New trade detected!
   Whale: BUY 500 shares @ $0.35 = $175
   Copying: BUY 50 shares @ $0.35 = $17.50
✅ Order placed: #123456789

Requirements

  • Python 3.8+
  • Polymarket account with USDC
  • Private key (for signing trades)

Safety Notes

⚠️ Never share your private key

⚠️ Start with small amounts

⚠️ Use dry_run mode first

⚠️ Past performance ≠ future results

Support

Issues? Questions? Open a GitHub issue or find us on Discord.


Built by Nix 🔥 | Not financial advice

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 23:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Crypto Alpha Scanner

cassh100k
自动化加密市场情报——涵盖价格、情绪、热门币种及 Polymarket 热门市场。零依赖,100% 可靠。是 Alpha 频道和市场监控的理想选择。
★ 1 📥 1,576
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,706
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,714