Skip to content

Simple Rest api for the Okex cryptocurrency exchange written in Go

Notifications You must be signed in to change notification settings

donfrigo/go-okex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple REST api for Okex exchange

Install by typing:

go get -u github.com/donfrigo/go-okex

Currently supported api calls:

  • Get User Info : returns user info (funds)
  • Trade: place a trade
  • Cancel order: cancel a standing order
  • Get Order Info: returns information on an order based on the order Id
  • Get Order History: returns information on orders from the last two days for a given coin

User data is stored in .json format in the Config.json file. Modify and rename the config-example.json file in order to use the library.

Implementation based on the official Okex api documentation.

Using the GoRequest http client to send calls and some functions have been copied from GoCryptoTrader. Thank you!

Have fun :)

About

Simple Rest api for the Okex cryptocurrency exchange written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages