# Bybit API credentials
# Copy this file to .env and fill in your keys
# .env is gitignored — never commit real credentials
# Mainnet
BYBIT_API_KEY=your_api_key_here
BYBIT_API_SECRET=your_api_secret_here
# Testnet
BYBIT_TESTNET_API_KEY=your_testnet_api_key_here
BYBIT_TESTNET_API_SECRET=your_testnet_api_secret_here
# Optional: custom base URL (for regional endpoints)
# BYBIT_BASE_URL=https://api.bybit.tr