/cxtgo

WIP: cxtgo is a general interface to popular cryptocurrency exchanges, inspired by (https://www.ccxt.trade)

Primary LanguageGoMIT LicenseMIT

Cxtgo : general interface to popular cryptocurrency exchanges

GoDoc Build Status Go Report Card Codecov

Cxtgo provides an general interface for popular cryptocurrency exchanges. It's inspired by https://www.ccxt.trade library but with a more idiomatic interface for go. Cxtgo primary focus is based on performance, making it very suitable for high frequency trading algorithms.

The goal is to keep the api as simple as possible and to adapt every exchange to this generic interface and types.

Install

go get -u github.com/barthr/cxtgo

Supported exchanges

This is very much a work in progress. The goal is to have the most popular 50 crypto exchanges included.

Exchange Implemented Work in progess Order book streaming Ticker streaming Trade streaming
Binance No Yes Yes Yes Yes
Bitfinex No Yes
Bitmex No Yes

Contributing

ToDo.

Contributors

ToDo.

Author

Bart Fokker

License

MIT.