repositorypackage
0.0.0-20231012052418-57986e3dec00
Repository: https://github.com/gobenpark/kinvest-go.git
Documentation: pkg.go.dev
# README
kinvest-go
korea investment client library for Go (inspired by open-trading-api)
Installation
go get github.com/gobenpark/kinvest-go
Usage
cli := NewKinvest(&Config{
AppKey: AppKey,
SecretKey: SecretKey,
Imitation: false,
Customer: Person,
Token: Token,
Account: "",
})
// Do something
client...