This project is created to programmatically manage my crypto currency assets from multiple exchanges.
Developing exchanges
- binance
- okx
- pionex
- bitfinex
- vscode
- use gofmt to format the code
# .env
BINANCE_API_KEY=your-api-key
BINANCE_API_SECRET=your-api-secret
OKX_API_KEY=your-api-key
OKX_API_SECRET=your-api-secret
PIONEX_API_KEY=your-api-key
PIONEX_API_SECRET=your-api-secret
BFX_API_KEY=your-api-key
BFX_API_SECRET=your-api-secret