Skip to main content

Bitme bitcoin exchange API

Project description

# Bitme Python API
## Requirements
* requests library (pip install requests)

## 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'}]}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitme-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

bitme-0.0.2-py2.7.egg (8.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page