docs: Update Polymarket API key placeholder in READMEs.

This commit is contained in:
2569718930@qq.com
2026-02-05 19:59:57 +08:00
parent 482e46a34b
commit 2c76c835c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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