python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

How to place an order through websocket?

Open nkasimova opened this issue 2 years ago • 4 comments

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?

nkasimova avatar Apr 23 '23 13:04 nkasimova

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

halfelf avatar Apr 25 '23 02:04 halfelf

Is this functionality currently supported?

Chen0930 avatar Jun 04 '25 13:06 Chen0930

https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api?tab=readme-ov-file#send-requests-to-binance-websocket-api

oliver-zehentleitner avatar Jul 08 '25 21:07 oliver-zehentleitner

@oliver-zehentleitner @Chen0930 you do that with python-binance by calling the ws_create_order method

carlosmiei avatar Jul 10 '25 08:07 carlosmiei