# Indodax CLI - Environment Variables Example
# Copy this file to .env and fill in your credentials
# Required for Private API (Account, Trading, Funding)
INDODAX_API_KEY=your_api_key_here
INDODAX_API_SECRET=your_api_secret_here
# Optional: Custom Rate Limit (Requests per second)
# INDODAX_RATE_LIMIT=5
# Optional: Custom WebSocket Token (Fallback to stable default if not set)
# INDODAX_WS_TOKEN=your_ws_token_here