-
Notifications
You must be signed in to change notification settings - Fork 0
goxchange is universal client library to access bitcoin exchanges with zaif and coincheck in Japan.
License
hnkw/goxchange
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Multi-service bitcoin exchange client. Currently goxchange provides zaif and coincheck.
go get github.com/hnkw/goxchange
Set your credencials to enviroment valiables
export ZaifAPIKey=<your-zaif-api-key>
export ZaifAPISecret=<your-zaif-api-scecret>
export CoincheckAPIKey=<your-coincheck-api-key>
export CoincheckAPISecret=<your-coincheck-api-scecret>
see detail
c := zaif.NewDefaultClient()
e := zaif.NewDefaultExchange()
exc := zaif.NewAdapter(e, c)
// use as goxchange.Exchange interface
depo, err := exc.Deposit()
if err != nil {
// handle error
}
fmt.Printf("depo %+v", depo)
About
goxchange is universal client library to access bitcoin exchanges with zaif and coincheck in Japan.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published