Clients for Ethereum cryptocurrency exchanges
Project description
# Cryex
Clients for various cryptocurrency exchanges.
[](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`
Clients for various cryptocurrency exchanges.
[](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 details)
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 cryex-0.1.5.tar.gz.
File metadata
- Download URL: cryex-0.1.5.tar.gz
- Upload date:
- Size: 45.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36b5d0ce4e77a92a9577b6cf8588d3f6848832e67a2788c9f1d7edd4493227f8
|
|
| MD5 |
1224e89e6540b25b46a7c0657a7b68c9
|
|
| BLAKE2b-256 |
84764c9cf2705e876b8e47525ba85a6e0ac02c57580a46d59f9d2c4c6d03d94b
|
File details
Details for the file cryex-0.1.5-py2.py3-none-any.whl.
File metadata
- Download URL: cryex-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918626a657aef7be8822c15dd5f07845fe809f401063dd790490382549be993c
|
|
| MD5 |
0c03f88609e40073e19294da7ef8af1c
|
|
| BLAKE2b-256 |
ce012656fa0a640d786f01ffbf330978c866294ad1cf65fcdcae9ad026d3b1e2
|