/goghostex

A simple stable API for top crypto currency exchanges

Primary LanguageGoOtherNOASSERTION

goghostex

Workflow License

README: English | 中文

Goghostex is a open source API of TOP crypto currency exchanges. You can use it directly for your data collector or trading program.

Feature

The list of goghost supported API.As below:

SPOT MARGIN FUTURE SWAP
OKEX YES YES YES NO
BINANCE YES NO NO NO

Clone

git clone https://github.com/deforceHK/goghostex.git

Install

go install

Test

go test -v ./{package name}/... -count=1 -test.run {func name}

Todos

  • Add cli features.
  • Support bitmex exchange.
  • Support bitstamp exchange.

LICENSE

The project use the New BSD License

Credits