-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
28 lines (22 loc) · 998 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Binance API credentials
# Get from: https://www.binance.com/en/my/settings/api-management
# Read-only API keys (for monitoring orders and prices)
BINANCE_API_KEY=your_read_only_api_key_here
BINANCE_API_SECRET=your_read_only_api_secret_here
# Trading API keys (for placing orders - requires "Enable Trading" permission)
BINANCE_TRADE_API_KEY=your_trading_api_key_here
BINANCE_TRADE_API_SECRET=your_trading_api_secret_here
# OpenRouter API key for DeepSeek AI
# Get from: https://openrouter.ai/keys
OPENROUTER_API_KEY=your_openrouter_key
# Twitter API Bearer Token
# Get from: https://developer.twitter.com/en/portal/dashboard
# Required for social sentiment analysis
TWITTER_BEARER_TOKEN=your_twitter_token
# News API Key
# Get from: https://newsapi.org/register
# Required for news sentiment analysis
NEWS_API_KEY=your_newsapi_key
# Optional: CoinGecko Pro API Key (if you want higher rate limits)
# Get from: https://www.coingecko.com/en/api/pricing
# COINGECKO_API_KEY=your_coingecko_key