SkillAgentSearch skills...

CryptoFuturesPy

The Python library of different implementations for exchange interface of cryptocurrency futures trading. Includes Bitmex and Binance Futures.

Install / Use

/learn @LeaveMyYard/CryptoFuturesPy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CryptoFuturesPy

The Python library for different implementations of a exchange interface for cryptocurrency futures trading

GitHub issues GitHub pull requests License Code style: 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:

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

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3y ago
Forks2

Languages

Python

Security Score

75/100

Audited on Sep 21, 2022

No findings