
Python3 wrapper for Bittrex API v2 (currently in beta version)
Project repository
Bittrex API v2 wrapper for Python3. Inspired in platelminto's java wrapper. The API version is currently in beta (some endpoints may be fallen, see Testing section below).
Installation
Install bittrex_v2 by running:
git clone https://github.com/mondeja/bittrex_v2.git
cd bittrex_v2
python setup.py install
Example usage
- Public commands:
>>> from bittrex_v2 import Bittrex
>>> b = Bittrex()
>>> b.get_open_orders()
- Private commands:
>>> b = Bittrex(api_key="",
... api_secret="")
>>> b.get_open_orders('BTC-ETH')
Testing
Bittrex API v2 is currently in beta version, so that certain endpoints may be fallen. Execute tests.py for check all.
For test private commands methods you must provide key and secret in secrets.json file. For test get_order(<uuid>) method, you must provide a closed order uuid in CONFIGURATION SECTION (tests.py).
Development progress:
| Method | Developed | Documented | Tested |
|---|---|---|---|
| PUBLIC COMMANDS | |||
get_market_summary | ✔ | ✔ | ✔ |
get_market_summaries | ✔ | ✔ | ✔ |
get_currencies | ✔ | ✔ | ✔ |
get_wallet_health | ✔ | ✔ | ✔ |
get_market_orderbook | ✔ | ✔ | ✔ |
get_ticks | ✔ | ✔ | ✔ |
| PRIVATE COMMANDS | |||
get_order | ✔ | ✔ | ✔ |
get_open_orders | ✔ | ✔ | ✔ |
get_order_history | ✔ | ✔ | ✔ |
get_balance | ✔ | ✔ | ✔ |
cancel | ✔ | ✔ | ✔ |
withdraw | ✔ | ✔ | ✘ |
place_order | ✔ | ✔ | ✘ |
get_withdrawal_history | ✔ | ✔ | ✔ |
get_deposit_history | ✔ | ✔ | ✔ |
get_pending_deposits | ✔ | ✔ | ✔ |
get_deposit_address | ✔ | ✔ | ✔ |
generate_deposit_address | ✔ | ✔ | ✔ |
Contribute
- Issue Tracker: https://github.com/mondeja/bittrex_v2/issues
- Source Code: https://github.com/mondeja/bittrex_v2
Support
If you are having issues, please let me know (mondejar1994@gmail.com).
Leave Python3 wrapper for Bittrex API v2 (currently in beta version) to:
Read more #bittrex posts
Best Posts From Álvaro Mondéjar
We have not curated any of mondeja's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Álvaro Mondéjar
- Como construir el scraper más rápido usando Python
- La paradoja del acceso a la información en Internet - Scrapea lo que sea con Python
- Python3 wrapper for Bittrex API v2 (currently in beta version)
- Pymarketcap update to v3.2.0 - New features available
- Megacurso programación en Python3 | 5. Conexión con base de datos MongoDB en la nube con mLab.com
- Megacurso programación en Python3 | 4. Conexión con Raspberry en red local mediante SSH y SFTP
- Megacurso programación en Python3 | 3. Cómo publicar en Steemit desde Github
- Megacurso programación en Python3 | 2. Utilidades generales
- Megacurso programación en Python3 | 1. Wrapper para la API de Youtube
- Una crítica contemporánea al paradigma científico occidental