https://github.com/leavemyyard/cryptofuturespy
The Python library of different implementations for exchange interface of cryptocurrency futures trading. Includes Bitmex and Binance Futures.
https://github.com/leavemyyard/cryptofuturespy
api api-client binance binance-futures bitmex cryptocurrency-futures-trading exchange
Last synced: about 1 month ago
JSON representation
The Python library of different implementations for exchange interface of cryptocurrency futures trading. Includes Bitmex and Binance Futures.
- Host: GitHub
- URL: https://github.com/leavemyyard/cryptofuturespy
- Owner: LeaveMyYard
- License: mit
- Created: 2020-08-21T08:15:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T08:25:59.000Z (about 5 years ago)
- Last Synced: 2025-09-01T13:52:17.847Z (about 1 month ago)
- Topics: api, api-client, binance, binance-futures, bitmex, cryptocurrency-futures-trading, exchange
- Language: Python
- Homepage: https://github.com/LeaveMyYard/CryptoFuturesPy/blob/master/docs/usage.md
- Size: 132 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoFuturesPy
The Python library for different implementations of a exchange interface for cryptocurrency futures trading[](https://github.com/LeaveMyYard/CryptoFuturesPy/issues)
[](https://github.com/LeaveMyYard/CryptoFuturesPy/pulls)
[](LICENSE.txt)
[](https://github.com/psf/black)## 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:
```python
from crypto_futures_py import BitmexExchangeHandler
```## Usage
Read a Usage Guide [here](docs/usage.md)
## TODO
- [x] Add Binance implementation
- [x] Add a Usage Guide
- [ ] Add a documentation
- [ ] Make websocket threads stoppable## Licence
CryptoFuturesPy is [MIT licenced](LICENSE.txt)