From 76f22eec8b3e2a1418064764f2934475cafecd9e Mon Sep 17 00:00:00 2001 From: SII-leiyu <115807123+chaoleiyv@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:38:43 +0800 Subject: [PATCH] Note internal API is replaceable with Polymarket official API Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab98f7f..02882ce 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Copy `.env.example` to `.env` and configure: **Required:** - `GEMINI_API_KEY` — Gemini API key for LLM analysis -- `INTERNAL_API_URL` / `INTERNAL_API_KEY` — Internal trade data API +- `INTERNAL_API_URL` / `INTERNAL_API_KEY` — Trade data API (currently using internal API, can be replaced with [Polymarket CLOB API](https://docs.polymarket.com/)) **Optional:** - `TAVILY_API_KEY` — Web search (primary)