Categorygithub.com/avdva/bitstamp-go
modulepackage
0.4.0-beta
Repository: https://github.com/avdva/bitstamp-go.git
Documentation: pkg.go.dev

# README

bitstamp-go

Fork of http://godoc.org/github.com/Narsil/bitstamp-go. Includes apiv2 and websocket support. Library api have been changed and it is not compatible with the original one.

An api written in go (golang) for http://www.bitstamp.net/

Documentation

http://godoc.org/github.com/avdva/bitstamp-go

# Functions

New creates a new api object given a user and a password.
NewFromConfig creates a new api object given a config file.
No description provided by the author

# Constants

API_URL is a url of the api v2 endpoint.

# Structs

Api is a Bitstamp client.
Order is a (price, amount) pair.
OrderBook is a standart order book.
Ticker is a tick representation.
Trade is a trade representation.
No description provided by the author
No description provided by the author