CoinMate.io BitCoin processor API.
This project has been quarantined.
PyPI Admins need to review this project before it can be restored. While in quarantine, the project is not installable by clients, and cannot be being modified by its maintainers.
Read more in the project in quarantine help article.
Project description
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_usd_available()
result = cm_api.withdraw_bitcoins(2,'1HB1by2ZkbFAwEAqC5zwoHcU1DroBysrPG')
if not result['error']:
print "Transaction ID:"
print result['data']
ticker_info = cm_api.get_ticker()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coinmate_api-1.1.0.tar.gz.
File metadata
- Download URL: coinmate_api-1.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882726ae3f120532ff9e9138a553c958cc145c4f886012b349b5602fe529854a
|
|
| MD5 |
d094593b2f40f5a436aa17e3d2094dc3
|
|
| BLAKE2b-256 |
f5412a35a3f32218bbb8ec1007f6cb5b05ec357e4eddbca0d04830d361ae348e
|
File details
Details for the file coinmate_api-1.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: coinmate_api-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40d857c557ec6a47708f6fda9cf3e195acac9ad007e0afaf5c77a9629f3b9a0a
|
|
| MD5 |
01abba1cb82d719d00524838e3610503
|
|
| BLAKE2b-256 |
720a4c745abc1de857381b669c65e35633ac3812b4f88504cdc50dd61e9e320b
|