Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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