sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

Spot batch orders #1208

Closed Karlheinzniebuhr closed 2 years ago

Karlheinzniebuhr commented 2 years ago

I'm familiar with futures_place_batch_order() on futures, but is there a way to set batch orders on Spot? Can't find any information on it

halfelf commented 2 years ago

No, not yet.

For any function you can't find on python-binance, check if there is an API listed in binance-doc first.

If binance-doc has any interface which is missing here, you could submit a feature request or even better, a pull request.