CryptoFuturesPy
The Python library of different implementations for exchange interface of cryptocurrency futures trading. Includes Bitmex and Binance Futures.
Install / Use
/learn @LeaveMyYard/CryptoFuturesPyREADME
CryptoFuturesPy
The Python library for different implementations of a exchange interface for cryptocurrency futures trading
Overview
One day, I was tried to be messing with different interfaces of Binance, Bitmex and etc so I desided to create an interface for them and to make some implementations.
So, there exists a Bitmex and a Binance Futures implementation now, but more are coming soon.
All code is written on Python 3.7 with typing specifications.
Installation
You can easily install it using
pip install crypto-futures-py
and then access it in your Python code like that:
from crypto_futures_py import BitmexExchangeHandler
<!-- ## Documentation
The documentation is [available here](http://day8.github.io/re-frame/). -->
Usage
Read a Usage Guide here
TODO
- [x] Add Binance implementation
- [x] Add a Usage Guide
- [ ] Add a documentation
- [ ] Make websocket threads stoppable
Licence
CryptoFuturesPy is MIT licenced
