python-binance
python-binance copied to clipboard
How to place an order through websocket?
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?
Websocket trading API is fairly new and NOT supported in this library yet.
Is this functionality currently supported?
https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api?tab=readme-ov-file#send-requests-to-binance-websocket-api
@oliver-zehentleitner @Chen0930 you do that with python-binance by calling the ws_create_order method