Skip to content

eeonevision/kucoin-go

Repository files navigation

Kucoin REST-API Golang

GoDoc Go Report Card FOSSA Status

Unofficial Kucoin API implementation written on Golang.

Features

  • Ready to go solution. Just import the package
  • The most needed methods are implemented
  • Simple authorization handling
  • Pure and stable code
  • Built-in Golang performance

How to use

go get -u github.com/eeonevision/kucoin-go
package main

import (
	"github.com/eeonevision/kucoin-go"
)

func main() {
	// Set your own API key and secret
	k := kucoin.New("API_KEY", "API_SECRET")
	// Call resource
	k.GetCoinBalance("BTC")
}

Checklist

API Resource Type Done
Tick (symbols) Open βœ”
Get coin info Open βœ”
List coins Open βœ”
Tick (symbols) for logged user Auth βœ”
Get coin deposit address Auth βœ”
Get balance of coin Auth βœ”
Create an order Auth βœ”
Get user info Auth βœ”
List active orders (Both map and array) Auth βœ”
List deposit & withdrawal records Auth βœ”
List dealt orders (Both Specific and Merged) Auth βœ”
Order details Auth βœ”
Create withdrawal apply Auth βœ”
Cancel withdrawal Auth βœ”
Cancel orders Auth βœ”
Cancel all orders Auth βœ”
Order books Auth βœ”

Donate

Your β˜…Star will be best donation to my work)

License

FOSSA Status

About

Kucoin REST-API implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages