Skip to content

forcecore/korbit-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korbit API Client in Go

go get github.com/deltaskelta/korbit-go
import korbit "github.com/deltaskelta/korbit-go"

func main() {
    korbit := korbit.NewKorbitAPI(APIKey, SecretKey, Username, Password)
    err := korbit.Login()
    if err != nil {
        panic(err)
    }

    // use the endpoints as needed...
}

Contributing

In order to run the tests, you will need to define the login credentials somewhere in the package.

About

Korbit API client in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%