Skip to content

Golang clients for Bitstamp's HTTP and WebSocket APIs.

License

Notifications You must be signed in to change notification settings

potocnikj/bitstamp-go-fk

 
 

Repository files navigation

Go Report Card CircleCI

bitstamp-go

Client implementations for Bitstamp's REST and Websocket APIs in Go. Copied heavily from github.com/ajph/bitstamp-go. Websocket client uses API v2 instead of Pusher (which is not available anymore).

Requirements

  • Go 1.15+
  • Dependencies in go.mod

Usage examples

Require the repo in your go.mod file. See examples folder for more. For instance, you can try running:

$ go run examples/http_api/http_api.go

TODO

  • godoc
  • tests
  • Docker builds

About

Golang clients for Bitstamp's HTTP and WebSocket APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%