Skip to content

Latest commit

 

History

History
executable file
·
40 lines (24 loc) · 1 KB

README.md

File metadata and controls

executable file
·
40 lines (24 loc) · 1 KB

To do

  • rebase and update the fork

Binance Futures Python SDK (Customized Version)

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.

Table of Contents

Beginning

Installation

The SDK is compiled by Python 3.7 and above

For Beta version, please import the source code directly.

The example code is in python3/example.

To install by source code, run below command

python3 setup.py install

Obstacle You May Encounter

Q:-1111 BAD_PRECISION
A:Api post need to pass in all string not integer

Q:-1021 INVALID_TIMESTAMP
A:Use timedatectl to synchronous the server time

License

MIT