[! Go Report Card](https://goreportcard.com/report/github.com/webability-go/bitso) [! GoDoc](https://godoc.org/github.com/webability-go/bitso) [! GolangCI](https://golangci.com)
The Bitso package is a complete Bitso V3 API ready to use package in Golang
Manuals are available on godoc.org 
Done:
- public API REST
 
Working:
- Private API REST
 
Missing:
- REMITTANCE API
 - TRANSFER API
 - WEBHOOK API
 - WEBSOCKET service
 
v0.1.0 - 2020-01-04
- Remastered the full code under a unique API structure
 - public access services are finished
 - private access is implemented
 - private access services working:
- AccountStatus
 - AccoutBalance
 - Fees
 
 
v0.0.2 - 2020-01-03
- public::AvailableBooks() implemented
 - public::Tickers() implemented
 - public::Ticker(book) implemented
 
v0.0.1 - 2020-01-01
- First release
 - Package skeletton and basic functions
 
