Skip to main content

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

```

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

pycrybittrex-0.4.0.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