indodax-cli 0.1.45

A command-line interface for the Indodax cryptocurrency exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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