bittrex python client
Project description
How to install
```
pip3 install pycrybittrex
```
Usage example:
```python
from pycrybittrex import bittrex, ApiVersion
client = bittrex.create_client(ApiVersion.V1_1, api_key='<api_key>', api_secret='<api_secret>')
order_history = client.get_order_history("ETH-XRP")
```
To setup development environment using conda:
```bash
conda create --name pycrybittrex --file requirements.txt
```
```
pip3 install pycrybittrex
```
Usage example:
```python
from pycrybittrex import bittrex, ApiVersion
client = bittrex.create_client(ApiVersion.V1_1, api_key='<api_key>', api_secret='<api_secret>')
order_history = client.get_order_history("ETH-XRP")
```
To setup development environment using conda:
```bash
conda create --name pycrybittrex --file requirements.txt
```
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
pycrybittrex-0.4.0.tar.gz
(2.9 kB
view details)
File details
Details for the file pycrybittrex-0.4.0.tar.gz.
File metadata
- Download URL: pycrybittrex-0.4.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a03aceab3d024652fdab42b8591805965e96e031d5497dd2dff948351f1179
|
|
| MD5 |
becf9d09b78cd521fb9aae5785f0d672
|
|
| BLAKE2b-256 |
3b7fd0bd60164a4d26c4bc8706ebf2b40705fe2cd7578bafcb7fe4d62b8c6f07
|