binance / binance-spot-connector-rust

MIT License
109 stars 39 forks source link

is stream of my trade supported? #6

Closed cliff0412 closed 9 months ago

cliff0412 commented 9 months ago

if i use websocket to place a new order, will i got streaming of trade execution information of the order?

i follow this doc on placing new order using websocket api; however, could not find where to get the trade execution streaming. do i have to query the order status by myself https://binance-docs.github.io/apidocs/websocket_api/en/#place-new-order-trade

cliff0412 commented 9 months ago

i got it. it is under userDataStream. will close