Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmf-san/bitbankgo
Go library for accessing the bitbank API
https://github.com/bmf-san/bitbankgo
bcc bitbank bot btc cryptocurrency ethereum golang ltc monacoin system-trade virtual-currency xrp
Last synced: 16 days ago
JSON representation
Go library for accessing the bitbank API
- Host: GitHub
- URL: https://github.com/bmf-san/bitbankgo
- Owner: bmf-san
- License: mit
- Created: 2020-08-18T12:46:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T15:57:16.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T03:21:02.831Z (2 months ago)
- Topics: bcc, bitbank, bot, btc, cryptocurrency, ethereum, golang, ltc, monacoin, system-trade, virtual-currency, xrp
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bitbankgo
Go library for accessing the bitbank API.If you use the code, please take responsibility at your own risk. We do not take any responsibility even if you suffer a loss.
# Install
`go get -u github.com/bmf-san/bitbankgo`# Get started
Issue the API key and export the environment variable.```
export BITBANK_API_KEY=Your API KEY
export BITBANK_API_SECRET=Your API Secret
```See [_example/main.go](https://github.com/bmf-san/bitbankgo/blob/master/_example) for an example of usage.
# Reference
[github.com - bitbankinc/bitbank-api-docs](https://github.com/bitbankinc/bitbank-api-docs)# Contributing
We welcome your issue or pull request from everyone.
We'd appreciate if you could contribute our project.# License
This project is licensed under the terms of the MIT license.# Author
bmf - Software engineer.- [github - bmf-san/bmf-san](https://github.com/bmf-san/bmf-san)
- [twitter - @bmf-san](https://twitter.com/bmf_san)
- [blog - bmf-tech](http://bmf-tech.com/)