Skip to main content

Clients for Ethereum cryptocurrency exchanges

Project description

# Cryex

Clients for various cryptocurrency exchanges.

[![Build Status](https://travis-ci.org/walkr/cryex.svg?branch=master)](https://travis-ci.org/walkr/cryex)

### Exchanges supported:

* Kraken
* Poloniex


### Features supported:

* Get ticker
* ... more to come ...


### Usage:
```python
from cryex import Poloniex, Kraken


# Public
client = Poloniex()
ticker_data = client.public.ticker('eth_btc')
trades = client.public.trades('eth_btc')

# Private
client = Poloniex(key='your-key', secret='your-secret')
bal = client.private.balances()
bath_eth = client.private.balances('eth')

client.private.buy('eth_btc', price, amount)

print(ticker_data)
```

```
{
'low24h': 0.0110211,
'last': 0.0121899,
'exchange': 'poloniex',
'volume24h': 1350859.34589662,
'high24h': 0.0140101,
'pair': 'eth_btc'
}
```


### FAQ:

* Why are you using namedtuple objects for asks, bids and public trades?
To save space.



=======
History
=======

0.1.0 (2016-1-22)
------------------

* First release on PyPI.

0.1.2

* Return ticker values as `Decimal`

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

cryex-0.1.5.tar.gz (45.4 kB view hashes)

Uploaded Source

Built Distribution

cryex-0.1.5-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 Python 3

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