Skip to content

Golang api implementation of multiple crypto exchange

Notifications You must be signed in to change notification settings

dasbd72/go-exchange-sdk

Repository files navigation

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

About

Golang api implementation of multiple crypto exchange

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages