Official python3 BitMake exchange API
Project description
BitMake Python3 SDK
This is BitMake Official Python3 SDK
Installation
pip3 install bitmake
Example
from bitmake.rest import BitMakeApiClient
api_client = BitMakeApiClient(api_key='TestApiKey', api_secret='TestSecret')
order_response = api_client.create_order('BTC_USD', 'client_order_123', '10000', '0.01', 'BUY', 'LIMIT', 'GTC')
print(order_response)
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
bitmake-1.0.0.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file bitmake-1.0.0.tar.gz
.
File metadata
- Download URL: bitmake-1.0.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4c571a8cb84d031e0da129bd81147043cf0eb2f32b57919b299c4496ed09ad7f
|
|
MD5 |
d09dd43bfe7f3157fc9ec1b6e34b1ecc
|
|
BLAKE2b-256 |
2a52214cdc72a92d115789259c8e9b0cbba82b6508538831216057a5ff1ff782
|
File details
Details for the file bitmake-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: bitmake-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e2a860605180e25ebe442678c99e71a55085e5c4993f81ecfe625c63bb32811e
|
|
MD5 |
823e1da0fdead7022dc3d17d8a6a646a
|
|
BLAKE2b-256 |
a905303342db0e51c3af74f06614ae090b6466abb238a18ea9df36d5f450ea6d
|