Categorygithub.com/ahonymous/bitstamp-go
module
1.0.1
Repository: https://github.com/ahonymous/bitstamp-go.git
Documentation: pkg.go.dev

# README

Forked from bitstonks/bitstamp-go

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?)

# Packages

No description provided by the author
No description provided by the author