Skip to content

Golang clients for Bitstamp's HTTP and WebSocket APIs.

License

Notifications You must be signed in to change notification settings

samotarnik/bitstamp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

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.

Requirements

  • Go 1.12+
  • 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

Languages