Metadata-Version: 2.1
Name: exchanges-wrapper
Version: 1.0b0
Summary: REST API and WebSocket asyncio wrapper with grpc powered multiplexer server for crypto exchanges (Binance, FTX, ).
Author-email: Thomas Marchand <thomas.marchand@tuta.io>, Jerry Fedorenko <jerry.fedorenko@yahoo.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Requires-Dist: aiohttp>=3.6.3
Requires-Dist: grpcio>=1.40.0
Requires-Dist: grpcio-tools>=1.40.0
Requires-Dist: toml>=0.10.2
Project-URL: Source, https://github.com/DogsTailFarmer/exchanges-wrapper


***
<h1 align="center">Crypto exchanges API/WSS wrapper and grpc powered server</h1>

<h2 align="center">Binance, FTX</h2>

<h3 align="center">For SPOT market</h2>

***

***

## Install

To install the library, you can just run the following command:

```console
pip install exchanges-wrapper
```

## Features
- Covers general endpoints (test connectivity and get exchange information's)
- Covers market data endpoints
- Covers Account endpoints (create and manage orders)
- Covers user data stream (receive real time user updates)
- Covers web socket streams (receive real time market updates)
- Async support
- Completely free and without limitations


## FTX Implementation Features

## Get started
- [exchanges_client.py]()

## Donate

*BNB*, *BUSD*, *USDT* (BEP20) 0x5b52c6ba862b11318616ee6cef64388618318b92

*USDT* (TRC20) TP1Y43dpY7rrRyTSLaSKDZmFirqvRcpopC

## Powered by exchanges-wrapper
### [martin-binance](https://github.com/DogsTailFarmer/martin-binance)
Free trading system for Binance and FTX SPOT markets. Adaptive customizable reverse grid strategy based on martingale.
