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).
- Go 1.15+
- Dependencies in
go.mod
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
- godoc
- tests
- Docker builds