https://github.com/webability-go/bitso
Bitso API v3 for GO
https://github.com/webability-go/bitso
api bitso go godoc golang tickers
Last synced: 7 months ago
JSON representation
Bitso API v3 for GO
- Host: GitHub
- URL: https://github.com/webability-go/bitso
- Owner: webability-go
- License: mit
- Created: 2020-01-02T05:56:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T00:32:57.000Z (over 5 years ago)
- Last Synced: 2025-01-20T10:17:00.605Z (9 months ago)
- Topics: api, bitso, go, godoc, golang, tickers
- Language: Go
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bitso v3 GO
=============================[! [Go Report Card](https://goreportcard.com/badge/github.com/webability-go/bitso)](https://goreportcard.com/report/github.com/webability-go/bitso)
[! [GoDoc](https://godoc.org/github.com/webability-go/bitso?status.png)](https://godoc.org/github.com/webability-go/bitso)
[! [GolangCI](https://golangci.com/badges/github.com/webability-go/bitso.svg)](https://golangci.com)The Bitso package is a complete Bitso V3 API ready to use package in Golang
Manuals are available on godoc.org [](https://godoc.org/github.com/webability-go/bitso)
TO DO:
======
Done:
- public API RESTWorking:
- Private API RESTMissing:
- REMITTANCE API
- TRANSFER API
- WEBHOOK API
- WEBSOCKET serviceVersion Changes Control
=======================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
- Feesv0.0.2 - 2020-01-03
- public::AvailableBooks() implemented
- public::Tickers() implemented
- public::Ticker(book) implementedv0.0.1 - 2020-01-01
- First release
- Package skeletton and basic functions