forked from moondevonyt/Hyperliquid-Data-Layer-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 699 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Get your API key at https://moondev.com
MOONDEV_API_KEY=your_api_key_here
# For AI Swarm Agent (optional - see ai_agents/ folder)
# OpenRouter - Get key at https://openrouter.ai (one key for ALL models!)
OPENROUTER_API_KEY=your_openrouter_key_here
# Telegram Bot (for API monitor alerts) - Moon Dev
# Setup:
# 1. Open Telegram, search @BotFather, send /newbot, follow the steps
# 2. Copy the token BotFather gives you -> paste below
# 3. Start a chat with your new bot (click Start)
# 4. Visit https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates
# 5. Find "chat":{"id":123456789} -> that number is your chat ID
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here