binance / binance-futures-connector-java

MIT License
111 stars 61 forks source link

Update order event not found on client.listenUserStream #16

Closed sdevani92 closed 6 months ago

sdevani92 commented 1 year ago

https://binance-docs.github.io/apidocs/futures/en/#event-order-update

i din't get any event When new order created, order status changed will push such event. event type is ORDER_TRADE_UPDATE.

//Listening to User Data Stream int streamID3 = client.listenUserStream(listenKey, ((event) -> { System.out.println(event); }));

2pd commented 8 months ago

Hi, did you provide the correct listen key, also make sure the listen key is not expired.

thanks

aisling-2 commented 6 months ago

Closing due to inactivity.