Goghostex is a open source API of TOP crypto currency exchanges. You can use it directly for your data collector or trading program.
The list of goghost supported API.As below:
SPOT | MARGIN | FUTURE | SWAP | |
---|---|---|---|---|
OKEX | YES | YES | YES | NO |
BINANCE | YES | NO | NO | NO |
git clone https://github.com/deforceHK/goghostex.git
go install
go test -v ./{package name}/... -count=1 -test.run {func name}
- Add
cli
features. - Support bitmex exchange.
- Support bitstamp exchange.
The project use the New BSD License
- gorilla/websocket
- A WebSocket implementation for Go.
- nntaoli-project/GoEx
- A Exchange REST and WebSocket API for Golang.