Skip to content

Commit 94f7784

Browse files
committed
docs: document BINANCE_BASE_URL env var
1 parent 6acab59 commit 94f7784

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ MISTRAL_API_KEY=
1515
MOONSHOT_API_KEY=
1616
GROQ_API_KEY=
1717
NVIDIA_API_KEY=
18+
# Optional: override Binance API base URL. Needed if you're in a region
19+
# where api.binance.com is restricted (e.g. the US) — use
20+
# https://api.us.binance.com/api/v3/klines instead. Leave unset to use
21+
# the default global endpoint.
22+
#BINANCE_BASE_URL=
1823

1924
# FRED (Federal Reserve macro data: rates, inflation, labor, growth). Free key: https://fred.stlouisfed.org/docs/api/api_key.html
2025
#FRED_API_KEY=

0 commit comments

Comments
 (0)