# Binance MCP Server Environment Configuration Template
# Copy this file to .env and fill in your API credentials
# Binance API Credentials
# Get these from your Binance account: Account > API Management
BINANCE_API_KEY=your_api_key_here
BINANCE_SECRET_KEY=your_secret_key_here
# Optional: Use testnet for development
# BINANCE_BASE_URL=https://testnet.binancefuture.com
# Optional: Set default recv window (in milliseconds, max 60000)
# BINANCE_RECV_WINDOW=5000