binance / binance-spot-connector-rust

Simple Rust connector to Binance API
MIT License
136 stars 43 forks source link

is stream of my trade supported? #6

Closed cliff0412 closed 1 year ago

cliff0412 commented 1 year 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 1 year ago

i got it. it is under userDataStream. will close