-
Notifications
You must be signed in to change notification settings - Fork 0
Communicate with Bitme REST API with Python
License
bitme/python-bitme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================ Bitme Python API ================ Requirements requests library (pip install requests) Docs http://pythonhosted.org/bitme/ Usage Take a look at example.py. This shows how to use the accounts API call to list your accounts. It also shows how you can store your API information in files (to prevent it getting into committed code). hank@crow$ python example.py {u'accounts': [{u'currency_name': u'Bitcoin', u'available': u'0.06979500000000000000', u'currency_cd': u'BTC', u'balance': u'0.06979500000000000000'}, {u'currency_name': u'Litecoin', u'available': u'0.00000000000000000000', u'currency_cd': u'LTC', u'balance': u'95.00000000000000000000'}]} Links https://pypi.python.org/pypi/bitme
About
Communicate with Bitme REST API with Python
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published