# Binance MCP Server Environment Configuration Template
# Copy this file to .env and update the values
# Server Configuration
PORT=8000
TRANSPORT=http
# Binance API Credentials
# Note: Only required for authenticated Binance operations
BINANCE_API_KEY=your_binance_api_key_here
BINANCE_API_SECRET=your_binance_api_secret_here
# Observability and Monitoring
# Get token from https://logfire.pydantic.dev/
LOGFIRE_TOKEN=your_logfire_token_here