sammchardy / python-binance

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

Execute trade with websocket? #1277

Closed OpenCoderX closed 1 year ago

OpenCoderX commented 1 year ago

Is it possible to execute a trade using the websocket? it looks like the create_order function just issues an http request.

OpenCoderX commented 1 year ago

@sammchardy Any thoughts on this?

halfelf commented 1 year ago

Simply no. It is binance who decides what can be done with websocket.