Transpiled CCXT exchange library from their original JavaScript source to Go (Golang).
- support 100+ cryptocurrency exchanges with a unified API
- fully implemented public and private APIs for fetching market data, trading, arbitrage, etc..
Go >= 1.13
go get https://github.com/prompt-cash/ccxt-go
Take a look into ccxt_test.go for an example how to get started.
It’s all still very alpha, so no guarantees of any kind. Especially some rarely used helper functions are not implemented yet and just panic with a todo message. If you need these exchanges you will need to implement those.