Binance Exchange API python implementation for automated trading
-
Updated
Jul 9, 2022 - Python
Binance is a cryptocurrency exchange which is the largest exchange in the world in terms of daily trading volume of cryptocurrencies. It was founded in 2017 and is registered in the Cayman Islands. Binance was founded by Changpeng Zhao (aka CZ), a developer who had previously created high frequency trading software. Binance was initially based in China, but later moved its headquarters out of China following the Chinese government's increasing regulation of cryptocurrency.
When a high value or a low value is showed in the chart, the plot library reduces to scientific notation, a example below:
It is very difficult to interpret, maybe a RAW notation helps the users to understand the results better.
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.