.env.example•1.22 kB
# Default exchange to use when none is specified
DEFAULT_EXCHANGE=binance
# Default market type (spot, future, swap, option, margin)
DEFAULT_MARKET_TYPE=spot
# Global proxy configuration
# Set USE_PROXY=true to enable proxy for all exchanges
USE_PROXY=false
# Integrated format (recommended): include username:password in the URL if needed
PROXY_URL=http://your-proxy-server:port
# Alternative: PROXY_URL=http://username:password@your-proxy-server:port
# Legacy format (still supported but not recommended)
# PROXY_USERNAME=
# PROXY_PASSWORD=
# Exchange API credentials
# Uncomment and fill in the ones you want to use
# Binance
# BINANCE_API_KEY=your_api_key
# BINANCE_SECRET=your_secret
# Coinbase
# COINBASE_API_KEY=your_api_key
# COINBASE_SECRET=your_secret
# Kraken
# KRAKEN_API_KEY=your_api_key
# KRAKEN_SECRET=your_secret
# KuCoin
# KUCOIN_API_KEY=your_api_key
# KUCOIN_SECRET=your_secret
# OKX
# OKX_API_KEY=your_api_key
# OKX_SECRET=your_secret
# Gate.io
# GATE_API_KEY=your_api_key
# GATE_SECRET=your_secret
# Bybit
# BYBIT_API_KEY=your_api_key
# BYBIT_SECRET=your_secret
# MEXC
# MEXC_API_KEY=your_api_key
# MEXC_SECRET=your_secret
# Huobi
# HUOBI_API_KEY=your_api_key
# HUOBI_SECRET=your_secret