sammchardy / python-binance

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

How to place an order through websocket? #1315

Open nkasimova opened 1 year ago

nkasimova commented 1 year ago

The Binance documentation states that Binance supports placing orders through websockets: https://binance-docs.github.io/apidocs/websocket_api/en/#place-new-order-trade How can I do it using this library?

halfelf commented 1 year ago

Websocket trading API is fairly new and NOT supported in this library yet.