Skip to content

bitstonks/bitstamp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

bitstamp-go

Client implementations for Bitstamp's HTTP (REST) and Websocket APIs in Go. Websocket client uses API v2 instead of Pusher (which is not available anymore).

Requirements

  • Go 1.18+
  • 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/main.go

TODO

  • Configure GitHub Actions.
  • Update pairs config.
  • Finish implementing all the endpoints.
  • Remove/deprecate REST v1.
  • Godoc / documentation.
  • More tests.
  • E2E tests against Bitstamp's API.
  • Docker builds.
  • Authors file / information?
  • Shadow order book creation. (Is this an example? A separate project even?)

About

Go client for Bitstamp's REST and WebSocket API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages