# Binance_Futures_python **Repository Path**: Jornason/Binance_Futures_python ## Basic Information - **Project Name**: Binance_Futures_python - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Binance Futures Python SDK This is Binance Futures Ptyhon SDK, a lightweight python library. You can import to your ptyhon project and use this SDK to query all market data, trading and manage your account. The SDK supports both synchronous RESTful API invoking and subscribing the market data and the user's private data from the websocket connection. ## Update log >1.1.0 >Add binance_d for delivery futures ## Table of Contents - [Beginning](#Beginning) - [Installation](#Installation) ## Beginning ### Installation *The SDK is compiled by Python 3.7 and above* For Beta version, please import the source code directly. ```Python import binance_f # For perpetual swap ``` ```Python import binance_d # For delivery futures ``` The example code is in python3/example. To install by source code, run below command ```python python3 setup.py install ``` ## License MIT