Skip to main content

CoinMate.io BitCoin processor API.

Project description

Coinmate.io API wrapper

Basic CoinMate.io API wrapper, that support get the balance, withdrawal and more

from coinmate_api import coinmate
cm_api = coinmate('privateApiKey', 'publicApiKey', 'client_id')
print cm_api.get_eur_available()
result = cm_api.withdraw_bitcoins(2,'1HB1by2ZkbFAwEAqC5zwoHcU1DroBysrPG')
if not result['error']:
    print "Transaction ID:"
    print result['data']
ticker_info = cm_api.get_ticker()

Documentation

Lib extra documentation

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

coinmate-api-1.1.5.tar.gz (2.9 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