docs: Update Polymarket API key placeholder in READMEs.
This commit is contained in:
@@ -57,7 +57,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token
|
|||||||
TELEGRAM_CHAT_ID=your_chat_id
|
TELEGRAM_CHAT_ID=your_chat_id
|
||||||
|
|
||||||
# Polymarket API (用于批量获取实时盘口价格与交易历史)
|
# 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
|
HTTPS_PROXY=http://127.0.0.1:7890
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token
|
|||||||
TELEGRAM_CHAT_ID=your_chat_id
|
TELEGRAM_CHAT_ID=your_chat_id
|
||||||
|
|
||||||
# Polymarket API (Used for real-time prices & trade history)
|
# 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)
|
# Proxy (Optional)
|
||||||
HTTPS_PROXY=http://127.0.0.1:7890
|
HTTPS_PROXY=http://127.0.0.1:7890
|
||||||
|
|||||||
Reference in New Issue
Block a user