Skip to content

hthompson6/bit-bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bit_bind

Custom API bindings for bittrex

Installation

$ pip install bit-bind

Install from source

$ git clone  https://github.com/hthompson6/bit-bind.git
$ cd bit-bind
$ python setup.py install -e .

Usage

api_key = `xxxxxxxxxxxxxxxxx`
api_secret = `zzzzzzzzzzzzzz`

bit_bound = BittrexAPIBinder(api_key, api_secret)
bit_bound.get_current_balances()
bit_bound.get_current_value('BTC', 'VOX')

About

API binding for bittrex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages