From 2c76c835c0a3f18ce5137a66a7262a887a1c06de Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 5 Feb 2026 19:59:57 +0800 Subject: [PATCH] docs: Update Polymarket API key placeholder in READMEs. --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 511822a8..baa49636 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token TELEGRAM_CHAT_ID=your_chat_id # Polymarket API (用于批量获取实时盘口价格与交易历史) -POLYMARKET_API_KEY=019c2d40-5d23-75a6-ab33-02ae5d2a033e +POLYMARKET_API_KEY=your_api_key_here # 代理设置 (如需要) HTTPS_PROXY=http://127.0.0.1:7890 diff --git a/README_EN.md b/README_EN.md index e22b6330..29d2316c 100644 --- a/README_EN.md +++ b/README_EN.md @@ -59,7 +59,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token TELEGRAM_CHAT_ID=your_chat_id # Polymarket API (Used for real-time prices & trade history) -POLYMARKET_API_KEY=019c2d40-5d23-75a6-ab33-02ae5d2a033e +POLYMARKET_API_KEY=your_api_key_here # Proxy (Optional) HTTPS_PROXY=http://127.0.0.1:7890