Binance Exchange API python implementation for automated trading
-
Updated
Jul 18, 2021 - Python
Add a description, image, and links to the binance topic page so that developers can more easily learn about it.
To associate your repository with the binance topic, visit your repo's landing page and select "manage topics."
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.