python-binance
python-binance copied to clipboard
Binance Exchange API python implementation for automated trading
**Describe the bug** When calling the API on client.futures_get_all_orders I am many times getting not the most recent orders or getting no orders at all **To Reproduce** `orders[coin] = client.futures_get_all_orders(symbol=coin,...
The web interface has an option that says "close all positions". How can I perform this action via the API? Calling open orders does not return to me the order...
Note that this is my first python program and my first post on github. The code used to work fine, all of the sudden it doesnt work anymore. It could...
Hi, I'm looking to know how to create an **OCO** order in margin, not in **SPOT**. I looked in the doc, without finding what I needed, any idea? ```python _.client...
**Describe the bug** A clear and concise description of what the bug is. Hi, there is not any oco order in margin mode. **To Reproduce** Code snippet to reproduce the...
Is GET /futures/data/takerlongshortRatio api is available through this library? Link : https://binance-docs.github.io/apidocs/futures/en/#taker-buy-sell-volume
Because when my bot opens a MARKET order with a take profit of 0.001 percent, it sets the TAKE_PROFIT_MARKET much higher, like 0.03 percent. And it goes both ways LONG...
Provides users with an option to return client responses in `pandas.DataFrame` format. Supercedes #1133
In the past few days I have been receiving 1100 errors - APIError(code=-1100): Illegal characters found in a parameter. This occurs for calls to transfer_spot_to_isolated_margin and repay_margin_loan. I have not...