Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 845 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 845 Bytes

Asset Management

Introduction

This project is created to programmatically manage my crypto currency assets from multiple exchanges.

Developing exchanges

  • binance
  • okx
  • pionex
  • bitfinex

Development Environment

  • vscode
  • use gofmt to format the code

Configuration

# .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

References